Skip to content

Commit

Permalink
gui: fix forgotten echo
Browse files Browse the repository at this point in the history
Change-Id: Iaa857cfc80c6f501af3ba6a166f31fede7a91959
Reviewed-on: https://review.gerrithub.io/c/cea-hpc/robinhood/+/523440
Reviewed-by: Thomas Leibovici <thomas.leibovici@cea.fr>
Reviewed-by: Jérôme Andrieu <jerome.andrieu@cea.fr>
Reviewed-by: Sebastien Gougeaud <sebastien.gougeaud@cea.fr>
Tested-by: Thomas Leibovici <thomas.leibovici@cea.fr>
  • Loading branch information
gaeldelbary authored and tl-cea committed Apr 20, 2022
1 parent f999655 commit 04412d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web_gui/gui_v3/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
$DBA[$k]["DB_PASSWD"]="****";
$DBA[$k]["DB_STATUS"] = "Error";
$DBA[$k]["DB_ERROR"] = $e->getMessage();
echo $e->getMessage();
$DB_LASTERROR .= $e->getMessage();
}
}
Expand Down

0 comments on commit 04412d9

Please sign in to comment.