From 58b010e7437d4439a1a8f45cbbd99e9545d6846f Mon Sep 17 00:00:00 2001
From: aryapradipta9 <aryapradipta9@gmail.com>
Date: Mon, 14 May 2018 16:58:58 +0700
Subject: [PATCH] fixing other dummy data

---
 addUser.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/addUser.php b/addUser.php
index 34dce62..913000b 100644
--- a/addUser.php
+++ b/addUser.php
@@ -38,7 +38,7 @@ $sqlInsert = rtrim($sqlInsert, ", ");
 
 require 'dbConnect.php';
 $stmt = $conn->query($sqlInsert);
-print_r($sqlInsert);
+// print_r($sqlInsert);
 $conn->close();
 
 echo ('Pengisian data sukses!');
-- 
GitLab