From 48f4c0e1319fea46535e838daea46f18b8700946 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 12 May 2011 21:46:51 +0000 Subject: [PATCH] remove debugging. doh. (it was fun debugging though, first time i ever saw all of our queries!) git-svn-id: http://www.observium.org/svn/observer/trunk@2289 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/dbFacile.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/dbFacile.php b/includes/dbFacile.php index c4af5fcc9a..9ea3dbdab4 100644 --- a/includes/dbFacile.php +++ b/includes/dbFacile.php @@ -24,7 +24,6 @@ Usage function dbQuery($sql, $parameters = array()) { global $fullSql; $fullSql = dbMakeQuery($sql, $parameters); - echo("$fullSql"); /* if($this->logFile) $time_start = microtime(true);