Removed debug output for SQL errors.
authorChuck Scott <cscott@gaslightmedia.com>
Wed, 11 Sep 2019 21:01:52 +0000 (17:01 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Wed, 11 Sep 2019 21:01:52 +0000 (17:01 -0400)
models/adminServerStats.php

index 133d073..0bcc3c5 100755 (executable)
@@ -184,7 +184,6 @@ class adminServerStats extends glmServerStatsBandwidthSupport
                             popup_position          = '".$vals['popup_position']."'
                      WHERE name = '".$currentSiteName."'
                 ";
-echo "<pre>$sql</pre>";
                 if (!$bwdb->query($sql)) {
                     printf("Error: %s\n", $bwdb->error);
                 }