aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/entities.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index cd06cd0be..480a08b66 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -874,7 +874,6 @@
if ($limit) $query .= " limit $offset, $limit"; // Add order and limit
$dt = get_data($query, "entity_row_to_elggstar");
- system_message($query);
return $dt;
} else {
$total = get_data_row($query . "<br /><br />");