removed print statement :-(

This commit is contained in:
Martyn Inglis
2017-06-07 15:13:48 +01:00
parent fa0d51b66c
commit d5fc02b14b

View File

@@ -115,7 +115,6 @@ def set_config(app, name, value):
old_val = app.config.get(name) old_val = app.config.get(name)
app.config[name] = value app.config[name] = value
yield yield
print(app.config)
app.config[name] = old_val app.config[name] = old_val