From 0c4649c93f8af55eb7236512b97da158b46e4a14 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 18 Feb 2018 19:10:48 +0100 Subject: [PATCH] debug --- inc/libs/db-mysql.php | 2 -- 1 file changed, 2 deletions(-) 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); }