Commit 1dbd6d38 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Remove var_dump

parent 68631ac6
...@@ -125,8 +125,6 @@ class Driver implements DriverInterface ...@@ -125,8 +125,6 @@ class Driver implements DriverInterface
return DBALException::ERROR_NOT_NULL; return DBALException::ERROR_NOT_NULL;
} }
var_dump($exception->geTcode());
var_dump($exception->getMEssage());
return 0; return 0;
} }
} }
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