Skip to content

Commit

Permalink
disable cloud debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
samwachspress committed Jun 20, 2021
1 parent 420f787 commit 25b3884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
from base.application import create_app

# Attach Debugger
'''
try:
import googleclouddebugger
googleclouddebugger.enable(
breakpoint_enable_canary=True,
service_account_json_file='env_config/client-secret.json')
except ImportError:
pass

'''

# Initialize application
app = create_app()

0 comments on commit 25b3884

Please sign in to comment.