Skip to content

Commit

Permalink
removed debug trace
Browse files Browse the repository at this point in the history
  • Loading branch information
cmurtaugh committed Nov 27, 2019
1 parent 8b2039e commit 3fa9514
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dj_secure_settings/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def load_secure_settings(project_name=None, environment=None):
# sanity check:
if len(config) == 0:
raise Exception('No configuration values could be loaded from AWS SSM Parameter Store or a local file!')
import pudb; pudb.set_trace()
return config


Expand Down

0 comments on commit 3fa9514

Please sign in to comment.