Issue #1796278 by chx: Remove leftover debug.

8.0.x
catch 2012-09-27 11:42:29 +01:00
parent 1881251335
commit f9afde4181
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ class Condition implements ConditionInterface, Countable {
$conjunction = $conditions['#conjunction'];
unset($conditions['#conjunction']);
foreach ($conditions as $condition) {
if (!empty($GLOBALS['lg'])) debug($condition);
if (empty($condition['operator'])) {
// This condition is a literal string, so let it through as is.
$condition_fragments[] = ' (' . $condition['field'] . ') ';