Minor - Course recycle: Remove error_log - refs #2781

pull/2782/head
Yannick Warnier 7 years ago
parent d7140372de
commit 304f20e6ba
  1. 1
      src/Chamilo/CourseBundle/Component/CourseCopy/CourseRecycler.php

@ -626,7 +626,6 @@ class CourseRecycler
$sql = "UPDATE $learningPathTable SET category_id = 0 WHERE category_id = ".$categoryId;
Database::query($sql);
$sql = "DELETE FROM $learningPathCategoryTable WHERE iid = ".$categoryId;
error_log($sql);
Database::query($sql);
}

Loading…
Cancel
Save