Remove debugging and unused code

This commit is contained in:
Daniel
2021-02-11 22:32:24 +01:00
parent 219e6ba1a2
commit a9d4ee4ccb
3 changed files with 0 additions and 10 deletions

View File

@@ -3,7 +3,6 @@ package process
import (
"os"
"github.com/safing/portbase/log"
"github.com/safing/portbase/modules"
"github.com/safing/portmaster/updates"
)
@@ -26,7 +25,6 @@ func start() error {
if updatesPath != "" {
updatesPath += string(os.PathSeparator)
}
log.Warningf("process: using updates path %s", updatesPath)
return nil
}