aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm/fs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/swarm/fs_test.go')
-rw-r--r--cmd/swarm/fs_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd/swarm/fs_test.go b/cmd/swarm/fs_test.go
index 3b722515e..ac4223b66 100644
--- a/cmd/swarm/fs_test.go
+++ b/cmd/swarm/fs_test.go
@@ -29,14 +29,8 @@ import (
"time"
"github.com/ethereum/go-ethereum/log"
- colorable "github.com/mattn/go-colorable"
)
-func init() {
- log.PrintOrigins(true)
- log.Root().SetHandler(log.LvlFilterHandler(log.Lvl(*loglevel), log.StreamHandler(colorable.NewColorableStderr(), log.TerminalFormat(true))))
-}
-
type testFile struct {
filePath string
content string