Quellcode durchsuchen

removing extra log import...

zricethezav vor 5 Jahren
Ursprung
Commit
1dc7569f95
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      config/config.go

+ 0 - 1
config/config.go

@@ -2,7 +2,6 @@ package config
 
 import (
 	"fmt"
-	log "github.com/sirupsen/logrus"
 	"path"
 	"regexp"
 	"strconv"