Browse Source

Removing error logs

Julio Montoya 12 years ago
parent
commit
f565820d5b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      main/newscorm/learnpath.class.php

+ 0 - 2
main/newscorm/learnpath.class.php

@@ -2823,8 +2823,6 @@ class learnpath {
             $result = Database::query($sql);
             $count = Database :: num_rows($result);*/
             if ($item['type'] == 'quiz') {
-                error_log("1-->>>>>>>>>>>>>>>>");
-                error_log($item['status']);
                 if ($item['status'] == 'completed') {
                     $html .= "&nbsp;<img id='toc_img_" . $item['id'] . "' src='" . $icon_name[$item['status']] . "' alt='" . substr($item['status'], 0, 1) . "' width='14' />";
                 } else {