Skip to content

Commit fcdbcc0

Browse files
committed
removed debugger
1 parent 9cf4ad8 commit fcdbcc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ tressa.async(function (done) {
302302
tressa.assert(div.firstChild.firstChild === br, 'one child is added');
303303
hyperHTML.bind(div)`<div>${hr}</div>`;
304304
tressa.assert(div.firstChild.firstChild === hr, 'one child is changed');
305-
debugger;
306305
hyperHTML.bind(div)`<div>${[hr, br]}</div>`;
307306
tressa.assert(
308307
div.firstChild.childNodes[0] === hr &&

0 commit comments

Comments
 (0)