mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
debug is default anyway
This commit is contained in:
parent
72e9950af7
commit
fcafc77180
@ -26,8 +26,8 @@ class ZipExtractor:
|
|||||||
|
|
||||||
except Exception,e:
|
except Exception,e:
|
||||||
print str(e)
|
print str(e)
|
||||||
utils.log("Error extracting file", xbmc.LOGDEBUG)
|
utils.log("Error extracting file")
|
||||||
result = False
|
result = False
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user