From c366e16a83b0dcd4ad853358daf8cf6ecd8b3cd6 Mon Sep 17 00:00:00 2001 From: Andreas Gohr <gohr@cosmocode.de> Date: Thu, 25 Apr 2013 17:03:19 +0200 Subject: [PATCH] removed debug statement thanks @Klap-in --- inc/html.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/html.php b/inc/html.php index 3bef75eab..fb39fcb3c 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1352,8 +1352,6 @@ function html_updateprofile(){ /** @var auth_basic $auth */ global $auth; - var_dump($auth); - print p_locale_xhtml('updateprofile'); $fullname = $INPUT->post->str('fullname', $INFO['userinfo']['name'], true); -- GitLab