forked from tr4ck3ur/jm2l
remove inused print
This commit is contained in:
+5
-2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user