diff options
author | Leonard Richardson <leonardr@segfault.org> | 2016-12-19 20:23:14 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2016-12-19 20:23:14 -0500 |
commit | 97a027e52aba02297dc09105b071c93dcf8bb9c4 (patch) | |
tree | 2c9b5cc09a8bc7370be4e6443b76228ea3ac714c /bs4/tests/test_html5lib.py | |
parent | 234baf054be09c9d63e6ab55dc5e5ed542fe0139 (diff) |
Remove breakpoint.
Diffstat (limited to 'bs4/tests/test_html5lib.py')
-rw-r--r-- | bs4/tests/test_html5lib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bs4/tests/test_html5lib.py b/bs4/tests/test_html5lib.py index 2eb41b3..eba7e84 100644 --- a/bs4/tests/test_html5lib.py +++ b/bs4/tests/test_html5lib.py @@ -104,7 +104,6 @@ class HTML5LibBuilderSmokeTest(SoupTest, HTML5TreeBuilderSmokeTest): # The 'aftermath' string was duplicated; we want the second one. final_aftermath = soup.find_all(string='aftermath')[-1] - import pdb; pdb.set_trace() # The <noscript> tag was moved beneath a copy of the <a> tag, # but the 'target' string within is still connected to the |