mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 12:25:48 +01:00
shouldn't always be logging this
This commit is contained in:
parent
4d109d138f
commit
3e32882afc
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user