Browse Source

drop debugging statements..

[git-p4: depot-paths = "//depot/": change = 849]
v0.3
John-Mark Gurney 18 years ago
parent
commit
74a78e79e3
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      ContentDirectory.py

+ 0
- 3
ContentDirectory.py View File

@@ -139,9 +139,7 @@ class ContentDirectoryControl(UPnPPublisher, dict):
return self.children[item][:]

def __init__(self, title, *args, **kwargs):
log.msg('ringbuf')
debug.insertringbuf(reqname)
print `debug.insertringbuf`
super(ContentDirectoryControl, self).__init__(*args)
self.webbase = kwargs['webbase']
self._urlbase = kwargs['urlbase']
@@ -180,7 +178,6 @@ class ContentDirectoryControl(UPnPPublisher, dict):

def soap_Browse(self, *args):
l = {}
log.msg('ringbuf append')
debug.appendnamespace(reqname, l)
l['query'] = 'Browse(ObjectID=%s, BrowseFlags=%s, Filter=%s, ' \
'StartingIndex=%s RequestedCount=%s SortCriteria=%s)' % \


Loading…
Cancel
Save