Skip to content

Commit

Permalink
#3200 remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed May 1, 2016
1 parent 764e790 commit 5816875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/definitions/modules/dimmer.js
Expand Up @@ -209,7 +209,6 @@ $.fn.dimmer = function(parameters) {
? callback
: function(){}
;
debugger;
if( module.is.dimmed() || module.is.animating() ) {
module.debug('Hiding dimmer', $dimmer);
module.animate.hide(callback);
Expand Down

0 comments on commit 5816875

Please sign in to comment.