mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 00:11:16 -05:00
removed print statement :-(
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user