summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pygments/filters/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/filters/__init__.py b/pygments/filters/__init__.py
index 375a638e..f1f994eb 100644
--- a/pygments/filters/__init__.py
+++ b/pygments/filters/__init__.py
@@ -133,7 +133,6 @@ class NameHighlightFilter(Filter):
def __init__(self, **options):
Filter.__init__(self, **options)
self.names = set(get_list_opt(options, 'names', []))
- print "!!!!!!", self.names
tokentype = options.get('tokentype')
if tokentype:
self.tokentype = string_to_tokentype(tokentype)