Skip to content

Commit cbec8dc

Browse files
committed
remove var_dump
1 parent ee003f0 commit cbec8dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SqlServerMultiQueryParser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function parseFile(string $path): Iterator
2020

2121
$offset = 0;
2222
$pattern = $this->getQueryPattern();
23-
var_dump($pattern);
2423

2524
while (preg_match($pattern, $content, $match, 0, $offset)) {
2625
$offset += strlen($match[0]);

0 commit comments

Comments
 (0)