1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00

Keep code base tidy

This commit is contained in:
Frédéric Guillot 2018-01-29 20:46:01 -08:00
parent 24a2f472ec
commit c8138351c9
5 changed files with 16 additions and 18 deletions

View file

@ -69,7 +69,7 @@ func (c *Controller) SubmitSubscription(ctx *handler.Context, request *handler.R
return
}
logger.Info("[UI:SubmitSubscription] %s", subscriptions)
logger.Debug("[UI:SubmitSubscription] %s", subscriptions)
n := len(subscriptions)
switch {