Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
Remove spurious print
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbasta committed Feb 11, 2013
1 parent c4ab676 commit fb3113b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions validator/testcases/markup/csstester.py
Expand Up @@ -105,8 +105,6 @@ def _run_css_tests(err, tokens, filename, line_start=0, context=None):


elif tok_type == "URI": elif tok_type == "URI":


print token_history

# If we hit a URI after -moz-binding, we may have a # If we hit a URI after -moz-binding, we may have a
# potential security issue. # potential security issue.
if last_descriptor == "-moz-binding" and BAD_URL.match(value): if last_descriptor == "-moz-binding" and BAD_URL.match(value):
Expand Down

0 comments on commit fb3113b

Please sign in to comment.