summaryrefslogtreecommitdiff
path: root/crawler/shops.go
diff options
context:
space:
mode:
Diffstat (limited to 'crawler/shops.go')
-rw-r--r--crawler/shops.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawler/shops.go b/crawler/shops.go
index 8cfd9f4..1babc9d 100644
--- a/crawler/shops.go
+++ b/crawler/shops.go
@@ -111,9 +111,7 @@ func (app *App) getShops() ([]Shop, error) {
if err != nil {
return []Shop{}, err
}
- if app.Config.Debug {
- log.Println("Crawling: " + shop.Name)
- }
+ log.Debug("Crawling: " + shop.Name)
Shops = append(Shops, shop)
}