Skip to content

Commit

Permalink
Remove explicit connection to google cloud logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nhartland committed Jul 13, 2020
1 parent fcb38bd commit fddd050
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
from dashengine.dashapp import CONFIGURATION
import dashengine.pageloader as pageloader

# logging
import google.cloud.logging
client = google.cloud.logging.Client()
client.get_default_handler()
client.setup_logging()

# Setup 'app' variable for GAE
app = dashapp.server

Expand Down

0 comments on commit fddd050

Please sign in to comment.