@@ -1499,7 +1499,6 @@ function getWorkListTeacher(
$where_condition
ORDER BY $column $direction
LIMIT $start, $limit";
- echo "<pre>$sql</pre>";
$result = Database::query($sql);
if ($getCount) {