Browse Source

Removes debug from popup

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

2
src/definitions/modules/popup.js

@ -522,7 +522,6 @@ $.fn.popup = function(parameters) {
module.debug('Using backup position', nextPosition);
nextPosition = backup[position];
}
console.log(nextPosition);
return nextPosition;
}
},
@ -690,7 +689,6 @@ $.fn.popup = function(parameters) {
module.remove.attempts();
module.set.fluidWidth();
module.remove.loading();
console.log('worked', position);
return true;
},

Loading…
Cancel
Save