From fcafc77180a1dc1ad9ba91effb768b7f19862259 Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Tue, 31 Jan 2017 09:15:48 -0600 Subject: [PATCH] debug is default anyway --- resources/lib/extractor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lib/extractor.py b/resources/lib/extractor.py index 2eff708..156e9b8 100644 --- a/resources/lib/extractor.py +++ b/resources/lib/extractor.py @@ -26,8 +26,8 @@ class ZipExtractor: except Exception,e: print str(e) - utils.log("Error extracting file", xbmc.LOGDEBUG) + utils.log("Error extracting file") result = False return result - \ No newline at end of file +