Skip to content

Commit

Permalink
KMS-11965 remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
muli committed Jul 7, 2016
1 parent 10cb1bd commit 02a3fb9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 02a3fb9

Please sign in to comment.