Skip to content

Commit

Permalink
Removing debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 4, 2015
1 parent 42f28c3 commit 2feec24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Database/QueryCompiler.php
Expand Up @@ -300,9 +300,6 @@ protected function _stringifyExpressions($expressions, $generator)
foreach ($expressions as $k => $expression) {
if ($expression instanceof ExpressionInterface) {
$value = $expression->sql($generator);
if (!is_string($value)) {
debug($expression);
}
$expression = '(' . $value . ')';
}
$result[$k] = $expression;
Expand Down

0 comments on commit 2feec24

Please sign in to comment.