Skip to content

Commit

Permalink
remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Apr 10, 2023
1 parent ee003f0 commit cbec8dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SqlServerMultiQueryParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function parseFile(string $path): Iterator

$offset = 0;
$pattern = $this->getQueryPattern();
var_dump($pattern);

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

0 comments on commit cbec8dc

Please sign in to comment.