Skip to content

Commit

Permalink
Removing exception handler from start to avoid logging errors when lo…
Browse files Browse the repository at this point in the history
…gger is not yet configured
  • Loading branch information
ratoaq2 authored and fernandog committed Nov 14, 2016
1 parent 0ff730e commit 17a0b9a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions start.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,6 @@ def start(self, args):
"""
Start Application
"""
try:
self._do_start(args)
except Exception as e:
exception_handler.handle(e)

def _do_start(self, args):
# do some preliminary stuff
app.MY_FULLNAME = os.path.normpath(os.path.abspath(__file__))
app.MY_NAME = os.path.basename(app.MY_FULLNAME)
Expand Down

0 comments on commit 17a0b9a

Please sign in to comment.