remove dump

This commit is contained in:
Dennis Eichhorn 2017-09-14 09:00:06 +02:00
parent a4e277184e
commit b991f3f865

View File

@ -2245,8 +2245,6 @@ class DataMapperAbstract implements DataMapperInterface
->from(static::$table)
->where(static::$table . '.' . $ref, '=', $refKey);
var_dump($query->toSql());
$sth = self::$db->con->prepare($query->toSql());
$sth->execute();