Remove debug print

This commit is contained in:
Ruud
2014-09-01 14:49:46 +02:00
parent c97bd38c83
commit 6e455e62d5

View File

@@ -313,7 +313,6 @@ class MediaPlugin(MediaBase):
for media_type in fireEvent('media.types', merge = True):
tempList = lambda *args, **kwargs : self.listView(type = media_type, **kwargs)
print tempList
addApiView('%s.list' % media_type, tempList, docs = {
'desc': 'List media',
'params': {