Skip to content

Commit e38615c

Browse files
committed
Remove misc log
1 parent 6f05e3e commit e38615c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Regex.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -551,9 +551,8 @@ function RegexRecursive(ctx, regex, idx) {
551551

552552
//TODO: This is horrible, anchors should be better
553553
if (more()) {
554-
console.log('Parse ', current());
555-
let capturesStart = captures.length;
556554

555+
let capturesStart = captures.length;
557556
let parsed = ParseMaybeLoop(captureIndex);
558557

559558
if (shouldAddFillerIn) {

0 commit comments

Comments
 (0)