Skip to content
Snippets Groups Projects
Commit 4e582035 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Suppression var_dump oublié.

parent 21e5087e
No related branches found
No related tags found
No related merge requests found
Pipeline #4239 passed
......@@ -127,7 +127,6 @@ class SchemaService
}
$sql = implode('', $result);
var_dump($result, $sql);
$sql = str_replace("\"$srcSchemaName\"", "\"$dstSchemaName\"", $sql);
file_put_contents($outputFilePath, $sql);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment