Skip to content

Commit

Permalink
prep for 2.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rectifyer committed Jul 17, 2014
1 parent 4e046f6 commit 8f81631
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
'[\\\\/\\._ \\[\\(-]([0-9]+)x([0-9]+)([^\\\\/]*)$'
]

def Debug(msg, error=False):
level = xbmc.LOGERROR if error else xbmc.LOGDEBUG
xbmc.log("[trakt] %s" % msg, level=level)

def Debug(msg, force = False):
if(getSettingAsBool('debug') or force):
try:
Expand Down

0 comments on commit 8f81631

Please sign in to comment.