shouldn't always be logging this

This commit is contained in:
Rob Weber 2014-10-08 15:08:35 -05:00
parent 4d109d138f
commit 3e32882afc

View File

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