diff --git a/local/kaltura/yui/build/moodle-local_kaltura-ltiservice/moodle-local_kaltura-ltiservice-debug.js b/local/kaltura/yui/build/moodle-local_kaltura-ltiservice/moodle-local_kaltura-ltiservice-debug.js index 3b457805..c0a22b6b 100644 --- a/local/kaltura/yui/build/moodle-local_kaltura-ltiservice/moodle-local_kaltura-ltiservice-debug.js +++ b/local/kaltura/yui/build/moodle-local_kaltura-ltiservice/moodle-local_kaltura-ltiservice-debug.js @@ -39,9 +39,6 @@ Y.extend(LTISERVICE, Y.Base, { * @type {Object} */ init : function(params) { - -debugger; - var documentElement = window.opener ? window.opener.parent.document : window.parent.document; if (documentElement.getElementById('video_title')) { Y.one(documentElement.getElementById('video_title')).setAttribute('value', params.title);