summaryrefslogtreecommitdiff
path: root/src/lxml/html/diff.py
diff options
context:
space:
mode:
authororf <tom@tomforb.es>2013-07-29 17:01:13 +0100
committerorf <tom@tomforb.es>2013-07-29 17:01:13 +0100
commit50bc21b4258349964985a2bd0d6b99b3ac74a7fb (patch)
treea3d75da7713070bde890dae1a2292e1ff7dd0e4f /src/lxml/html/diff.py
parentf1d6de8658737295ce529dfc64a81dc3feceec45 (diff)
downloadpython-lxml-50bc21b4258349964985a2bd0d6b99b3ac74a7fb.tar.gz
Update diff.py
Diffstat (limited to 'src/lxml/html/diff.py')
-rw-r--r--src/lxml/html/diff.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lxml/html/diff.py b/src/lxml/html/diff.py
index ddd258d7..6411e456 100644
--- a/src/lxml/html/diff.py
+++ b/src/lxml/html/diff.py
@@ -170,7 +170,6 @@ def htmldiff(old_html, new_html):
"""
old_html_tokens = tokenize(old_html)
new_html_tokens = tokenize(new_html)
- print old_html_tokens, new_html_tokens
result = htmldiff_tokens(old_html_tokens, new_html_tokens)
result = ''.join(result).strip()
return fixup_ins_del_tags(result)