diff options
| author | orf <tom@tomforb.es> | 2013-07-29 17:01:13 +0100 |
|---|---|---|
| committer | orf <tom@tomforb.es> | 2013-07-29 17:01:13 +0100 |
| commit | 50bc21b4258349964985a2bd0d6b99b3ac74a7fb (patch) | |
| tree | a3d75da7713070bde890dae1a2292e1ff7dd0e4f /src/lxml/html/diff.py | |
| parent | f1d6de8658737295ce529dfc64a81dc3feceec45 (diff) | |
| download | python-lxml-50bc21b4258349964985a2bd0d6b99b3ac74a7fb.tar.gz | |
Update diff.py
Diffstat (limited to 'src/lxml/html/diff.py')
| -rw-r--r-- | src/lxml/html/diff.py | 1 |
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) |
