Index: lams_central/web/includes/javascript/openUrls.js =================================================================== diff -u -r5d62f3e3ddf8ecead3be4c6bcabfa9a6d1596f20 -rec4f9b56b231f928ea35d5e281c9eede0a5735fd --- lams_central/web/includes/javascript/openUrls.js (.../openUrls.js) (revision 5d62f3e3ddf8ecead3be4c6bcabfa9a6d1596f20) +++ lams_central/web/includes/javascript/openUrls.js (.../openUrls.js) (revision ec4f9b56b231f928ea35d5e281c9eede0a5735fd) @@ -67,7 +67,6 @@ } function openMonitorLesson( lessonID ) { - debugger; if (isMac) { if(belowMinRes) { monitorLessonWin = window.open('home.do?method=monitorLesson&lessonID='+lessonID,'mWindow','width=' + monitor_width + ',height=' + monitor_height + ',resizable,scrollbars');