From 3d01bf8feb58be2ceb5a808be35145954ebfcb8a Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 29 Jun 2017 04:10:41 -0600 Subject: [PATCH] Remove debug data --- lib/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/login.php b/lib/login.php index 1a92bdc..326deae 100644 --- a/lib/login.php +++ b/lib/login.php @@ -213,7 +213,7 @@ function doLoginUser($username) { } $resp = json_decode($response->getBody(), TRUE); - var_dump($resp); + if ($resp['status'] == "OK") { $userinfo = $resp['data']; $_SESSION['username'] = $username;