diff --git a/inc/libs/db-mysql.php b/inc/libs/db-mysql.php index b2eb8ae..13fa972 100755 --- a/inc/libs/db-mysql.php +++ b/inc/libs/db-mysql.php @@ -154,8 +154,6 @@ class db } $stmt .= ') VALUES (' . $valCnt . ')'; - echo $stmt; - print_r($vals); $insert = $this->dbh->prepare($stmt); return $insert->execute($vals); }