diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 6993df09ac..57bd1e7109 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -81,7 +81,7 @@ class learnpath { var $arrMenu = array(); //array for the menu items - var $debug = 1; //logging level + var $debug = 0; //logging level /** * Class constructor. Needs a database handler, a course code and a learnpath id from the database.