diff options
Diffstat (limited to 'crawler')
| -rw-r--r-- | crawler/database.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crawler/database.go b/crawler/database.go index 35a23ef..cf8989a 100644 --- a/crawler/database.go +++ b/crawler/database.go @@ -4,8 +4,6 @@ import ( "database/sql" "fmt" "strings" - - log "github.com/Sirupsen/logrus" ) func (app *App) createTables() error { |
