Skip to content

Commit fa33875

Browse files
committed
removed logging for debug timing output
1 parent 29d673f commit fa33875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/go/core/orm/SearchableTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ private static function queryMissingSearchCache(int $offset = 0): Statement
248248
->orWhere('search.rebuild = 1')
249249
->limit($limit)
250250
->offset($offset);
251-
go()->getDebugger()->debug($query);
251+
252252
return $query->execute();
253253
}
254254

@@ -304,7 +304,7 @@ public static function rebuildSearchForEntity() {
304304
}
305305
}
306306
echo "\n";
307-
echo go()->getDebugger()->debugTiming('another 1000');
307+
//echo go()->getDebugger()->debugTiming('another 1000');
308308
go()->getDbConnection()->exec("commit");
309309

310310
$stmt = static::queryMissingSearchCache($offset);

0 commit comments

Comments
 (0)