Delete debug traces

This commit is contained in:
m-lopez-f 2016-01-28 09:43:57 +01:00
parent b0b12b90e6
commit 1e577bbd11
1 changed files with 1 additions and 2 deletions

View File

@ -538,8 +538,7 @@ function update_user_password ($user, $password_new) {
$config['rpandora_dbname'], $config['rpandora_user'],
$config['rpandora_pass']);
$remote_pass_update = db_process_sql ($sql, 'affected_rows', $connection);
html_debug_print($remote_pass_update, true);
html_debug_print($sql, true);
if (!$remote_pass_update) {
$config["auth_error"] = __('Could not changes password on remote pandora');
return false;