We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dbeca commit 3fb2e3dCopy full SHA for 3fb2e3d
oe.py
@@ -116,8 +116,8 @@ def _(code):
116
return __addon__.getLocalizedString(code)
117
118
def dbg_log(source, text, level=4):
119
- #if os.environ.get('DEBUG', 'no') == 'no':
120
- # return
+ if os.environ.get('DEBUG', 'no') == 'no':
+ return
121
122
xbmc.log('## OpenELEC Addon ## ' + source + ' ## ' + text, level)
123
xbmc.log(traceback.format_exc())
0 commit comments