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):