mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
removed useless firewall log
This commit is contained in:
parent
1aa65b9c4e
commit
034a95918e
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ func StartCheckingRules(qNum int) {
|
|||
for {
|
||||
select {
|
||||
case <-rulesCheckerChan:
|
||||
fmt.Println("Stop checking rules")
|
||||
return
|
||||
case <-rulesChecker.C:
|
||||
if rules := AreRulesLoaded(); rules == false {
|
||||
|
|
Loading…
Add table
Reference in a new issue