mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
removed debugging log message
This commit is contained in:
parent
85802811d1
commit
cec619aa3b
1 changed files with 0 additions and 1 deletions
|
@ -303,7 +303,6 @@ func (l *Loader) replaceUserRule(rule *Rule) (err error) {
|
|||
}
|
||||
|
||||
func (l *Loader) scheduleTemporaryRule(rule Rule) error {
|
||||
fmt.Println("scheduling temporary rule:", rule.Duration)
|
||||
tTime, err := time.ParseDuration(string(rule.Duration))
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Reference in a new issue