diff --git a/code/apps/Managed Software Center/Managed Software Center/MunkiItems.py b/code/apps/Managed Software Center/Managed Software Center/MunkiItems.py index 07b374ef..5f89cc42 100644 --- a/code/apps/Managed Software Center/Managed Software Center/MunkiItems.py +++ b/code/apps/Managed Software Center/Managed Software Center/MunkiItems.py @@ -317,7 +317,6 @@ class MSCHTMLFilter(HTMLParser): def handle_entityref(self, name): self.entity_count += 1 - print "Found an entity: %s" % name if not self.current_ignore_element: # add the entity reference as-is self.filtered_html += u'&%s;' % name