Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Removed debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Oct 17, 2010
1 parent ebb4ae5 commit d5e221b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions system/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -791,12 +791,6 @@ protected function _Prepare ( $pQuery, $pPrepared = null ) {
// Replace all the %variable$s references first
$query = sprintfn ( $query, $prepared );

if (strstr ( $query, 'INSERT' ) ) {
echo '<pre>';
echo "Query: ", $query;
echo "</pre>";
}

// Now replace all ? placeholders with a unique identifier
$pcount= 0;
while ( preg_match ( '/\?/', $query ) ) {
Expand Down

0 comments on commit d5e221b

Please sign in to comment.