Skip to content

Commit d01657d

Browse files
committed
remove unwanted debug code
1 parent 8d968bf commit d01657d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/tests/string.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ suite('String', function () {
139139
assert(false, 'this iterator should never get called');
140140
}));
141141
assert(typeof str == 'string');
142-
window.debug = false;
143142
});
144143

145144
test('#toArray', function () {

0 commit comments

Comments
 (0)