소스 검색

removing extra log import...

zricethezav 5 년 전
부모
커밋
1dc7569f95
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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"