remove inused print

This commit is contained in:
2015-02-14 21:44:03 +01:00
parent a1d2243d17
commit e3d6c9839f
6 changed files with 11 additions and 21 deletions
+5 -2
View File
@@ -6,7 +6,8 @@
[app:main]
use = egg:JM2L
pyramid.reload_templates = true
pyramid.reload_templates = false
#true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
@@ -14,6 +15,8 @@ pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
pyramid_tm
pyramid_mako
pyramid_exclog
sqlalchemy.url = sqlite:///%(here)s/JM2L.sqlite
@@ -64,7 +67,7 @@ qualname = sqlalchemy.engine
[handler_console]
class = StreamHandler
args = (sys.stderr,)
level = NOTSET
level = DEBUG
formatter = generic
[formatter_generic]