mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 08:21:13 -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)
|
||||
app.config[name] = value
|
||||
yield
|
||||
print(app.config)
|
||||
app.config[name] = old_val
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user