diff --git a/objects/Object.php b/objects/Object.php index d7ebf81a..2b859903 100644 --- a/objects/Object.php +++ b/objects/Object.php @@ -188,7 +188,7 @@ public function save() { * @var array $global */ - error_log($sql); + //error_log($sql); $insert_row = $global['mysqli']->query($sql); if ($insert_row) {