mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-16 20:08:41 +00:00
remove dump
This commit is contained in:
parent
a4e277184e
commit
b991f3f865
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user