From 3e32882afc6bdcb1fadeaa759dc4016622c7adc6 Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Wed, 8 Oct 2014 15:08:35 -0500 Subject: [PATCH] shouldn't always be logging this --- resources/lib/vfs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lib/vfs.py b/resources/lib/vfs.py index 8feec66..3e9c6e3 100644 --- a/resources/lib/vfs.py +++ b/resources/lib/vfs.py @@ -65,7 +65,6 @@ class XBMCFileSystem(Vfs): return xbmcvfs.mkdir(xbmc.translatePath(directory)) def put(self,source,dest): - utils.log(dest) return xbmcvfs.copy(xbmc.translatePath(source),xbmc.translatePath(dest)) def rmdir(self,directory):