Skip to content

Commit

Permalink
Update oe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lu-Fi committed Aug 20, 2013
1 parent 60dbeca commit 3fb2e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oe.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def _(code):
return __addon__.getLocalizedString(code)

def dbg_log(source, text, level=4):
#if os.environ.get('DEBUG', 'no') == 'no':
# return
if os.environ.get('DEBUG', 'no') == 'no':
return

xbmc.log('## OpenELEC Addon ## ' + source + ' ## ' + text, level)
xbmc.log(traceback.format_exc())
Expand Down

0 comments on commit 3fb2e3d

Please sign in to comment.