Browse Source

remove debug

pull/2034/head
jlukic 9 years ago
parent
commit
cc78b803a5
1 changed files with 0 additions and 2 deletions
  1. 2
      src/definitions/modules/popup.js

2
src/definitions/modules/popup.js

@ -338,8 +338,6 @@ $.fn.popup = function(parameters) {
removePopup: function() {
module.debug('Removing popup', $popup);
if( module.has.popup() && !settings.popup) {
console.log('removing');
debugger;
$popup.remove();
$popup = undefined;
}

Loading…
Cancel
Save