Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit a78b748

Browse files
committed
oops, debugger statement
1 parent 701477b commit a78b748

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/engine_twig_tests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ function testFindPartials(test, partialTests) {
6464
var results = currentPattern.findPartials();
6565

6666
// assert
67-
debugger;
6867
test.equals(results.length, partialTests.length);
6968
partialTests.forEach(function (testString, index) {
7069
test.equals(results[index], testString);

0 commit comments

Comments
 (0)