Remove echoing of sql statements

This commit is contained in:
Timothy Warren 2012-05-01 14:19:34 -04:00
parent 790e82729e
commit 31ba0881ea
2 changed files with 1 additions and 1 deletions

View File

@ -1338,7 +1338,7 @@ class Query_Builder {
break;
}
echo $sql . '<br />';
//echo $sql . '<br />';
return $sql;
}

Binary file not shown.