controllers/projects: don't log too much

This commit is contained in:
Christine Dodrill 2015-02-06 16:39:07 -08:00
parent dd5aeab2c3
commit 3c70a43de4
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ class Projects extends lapis.Application
@title = "Readme for #{@params.name}"
@ret, @err = oleg.get "readmes", @params.name
ngx.log ngx.NOTICE, "Got content from oleg, code #{@err}"
if @err
ngx.log ngx.NOTICE, "Need to download readme for #{@params.name}"