Browse Source

drop debugging of needupdate flag..

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

+ 0
- 1
ContentDirectory.py View File

@@ -216,7 +216,6 @@ class ContentDirectoryControl(UPnPPublisher, dict):
if BrowseFlag == 'BrowseDirectChildren':
ch = self.getchildren(ObjectID)[StartingIndex: StartingIndex + RequestedCount]
for i in ch:
log.msg('i:', `i`, i.needupdate)
if i.needupdate:
i.checkUpdate()
didl.addItem(i)


Loading…
Cancel
Save