diff options
| author | horus_arch | 2018-02-17 18:04:55 +0100 |
|---|---|---|
| committer | horus_arch | 2018-02-17 18:04:55 +0100 |
| commit | 98319c2a3ed1b0c3108ae4b78503536f35f279a0 (patch) | |
| tree | c0170c4ed7ad707e89c3738e0b6e67cd47786771 /crawler | |
| parent | 482cd21eafb78d6ed1a52497258699c4e36e979b (diff) | |
| download | alkobote-98319c2a3ed1b0c3108ae4b78503536f35f279a0.tar.gz | |
Bugfix. (crawler)
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 { |
