From 296b666ec657fca8edb54ea83e02e52274e7f87f Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sun, 9 Jul 2006 11:41:57 -0800 Subject: [PATCH] drop debugging of needupdate flag.. [git-p4: depot-paths = "//depot/": change = 860] --- ContentDirectory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ContentDirectory.py b/ContentDirectory.py index 621ab88..01dfc3c 100644 --- a/ContentDirectory.py +++ b/ContentDirectory.py @@ -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)