diff --git a/main/newscorm/learnpathList.class.php b/main/newscorm/learnpathList.class.php index d88b9c0886..40507d7605 100755 --- a/main/newscorm/learnpathList.class.php +++ b/main/newscorm/learnpathList.class.php @@ -54,7 +54,6 @@ class learnpathList { $order = Database::parse_conditions(array('order'=>$order_by)); } $sql = "SELECT * FROM $lp_table $condition_session $order"; - error_log($sql); $res = Database::query($sql); $names = array(); while ($row = Database::fetch_array($res,'ASSOC')) {