diff --git a/public/include/pages/account/notifications.inc.php b/public/include/pages/account/notifications.inc.php index 03294bb7..2ab9c0d0 100644 --- a/public/include/pages/account/notifications.inc.php +++ b/public/include/pages/account/notifications.inc.php @@ -5,7 +5,6 @@ if (!defined('SECURITY')) die('Hacking attempt'); if (!$_SESSION['AUTHENTICATED']) header('Location: index.php?page=home'); if ($_REQUEST['do'] == 'save') { - var_dump($_REQUEST['data']); if ($notification->updateSettings($_SESSION['USERDATA']['id'], $_REQUEST['data'])) { $_SESSION['POPUP'][] = array('CONTENT' => 'Updated notification settings'); } else {