Remove logging

This commit is contained in:
tomkat83 2016-07-19 18:30:11 +02:00
parent 1f9ac4f133
commit ed8bf235c7

View file

@ -140,7 +140,6 @@ class Playlist():
int(dbid)}
else:
pl['params']['item'] = {'file': url}
self.logMsg('JSONRPC question: %s' % json.dumps(pl), 2)
self.logMsg(xbmc.executeJSONRPC(json.dumps(pl)), 2)
def _addtoPlaylist_xbmc(self, item):