From: Chuck Scott Date: Wed, 11 Sep 2019 21:01:52 +0000 (-0400) Subject: Removed debug output for SQL errors. X-Git-Tag: v4.0.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1678d77cad87acf391bb2c9ff8827a78d9b5947f;p=WP-Plugins%2Fglm-serverstats.git Removed debug output for SQL errors. --- diff --git a/models/adminServerStats.php b/models/adminServerStats.php index 133d073..0bcc3c5 100755 --- a/models/adminServerStats.php +++ b/models/adminServerStats.php @@ -184,7 +184,6 @@ class adminServerStats extends glmServerStatsBandwidthSupport popup_position = '".$vals['popup_position']."' WHERE name = '".$currentSiteName."' "; -echo "
$sql
"; if (!$bwdb->query($sql)) { printf("Error: %s\n", $bwdb->error); }