summaryrefslogtreecommitdiff
path: root/crawler/database.go
diff options
context:
space:
mode:
Diffstat (limited to 'crawler/database.go')
-rw-r--r--crawler/database.go2
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 {