Skip to content

Commit

Permalink
Revert "html/boinc_db.inc:get_aux(): log DB host for debugging"
Browse files Browse the repository at this point in the history
testesd successfully

This reverts commit bbd9eac.
  • Loading branch information
bema-aei committed Jul 31, 2024
1 parent c985033 commit 7410470
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions html/inc/boinc_db.inc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class BoincDb extends DbConn {
if ($host && $name && $user && $passwd) {
$retval = $instance->init_conn($user, $passwd, $host, $name);
if ($retval) {
echo "<!-- BoincDb::get_aux(): connected to DB $host($dbnum) -->");
self::$instance = $instance;
return;
}
Expand All @@ -76,7 +75,6 @@ class BoincDb extends DbConn {
}
$retval = $instance->init_conn($user, $passwd, $host, $name);
if ($retval) {
echo "<!-- BoincDb::get_aux(): connected to DB $host($dbnum) -->");
self::$instance = $instance;
return;
}
Expand Down

0 comments on commit 7410470

Please sign in to comment.