Remove debugger

This commit is contained in:
Nathan Gray 2015-11-06 18:28:07 +00:00
parent 7e97da50d2
commit d24d7ceb42

View File

@ -108,7 +108,6 @@ app.classes.calendar = AppJS.extend(
jQuery('body').off('.calendar');
var date = this.sidebox_et2.getWidgetById('date');
debugger;
$j(window).off('resize.calendar'+date.dom_id);
egw_unregisterGlobalShortcut(jQuery.ui.keyCode.PAGE_UP, false, false, false);