diff --git a/webfiori/database/mysql/MySQLQuery.php b/webfiori/database/mysql/MySQLQuery.php index bc11bc4..8d6570e 100644 --- a/webfiori/database/mysql/MySQLQuery.php +++ b/webfiori/database/mysql/MySQLQuery.php @@ -143,8 +143,6 @@ public function copyQuery(): AbstractQuery { $copy->setTable($this->getTable(), false); $copy->setSchema($this->getSchema()); $copy->setBindings($this->getBindings()); - // $copy->setBindings($this->getBindings()); - return $copy; } /**