Internal: Remove error_log

pull/5013/head
Yannick Warnier 12 months ago
parent 9948f1d442
commit d564d45a86
  1. 1
      public/main/user/subscribe_user.php

@ -710,7 +710,6 @@ function get_user_data($from, $number_of_items, $column, $direction)
$from = (int) $from;
$number_of_items = (int) $number_of_items;
$sql .= " LIMIT $from, $number_of_items";
error_log($sql);
$res = Database::query($sql);
$users = [];
while ($user = Database::fetch_row($res)) {

Loading…
Cancel
Save