remove debug output var_dump($firstSchema);

parent 48f67ae5
......@@ -177,7 +177,6 @@ class PostgreSqlSchemaManager extends AbstractSchemaManager
{
$schemas = $this->getExistingSchemaSearchPaths();
$firstSchema = array_shift($schemas);
var_dump($firstSchema);
if ($table['schema_name'] == $firstSchema) {
return $table['table_name'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment