Browse Source

#1897 removes log

pull/1785/merge
jlukic 9 years ago
parent
commit
a5052e4db6
1 changed files with 0 additions and 1 deletions
  1. 1
      src/definitions/modules/dimmer.js

1
src/definitions/modules/dimmer.js

@ -382,7 +382,6 @@ $.fn.dimmer = function(parameters) {
color = 'rgba(0, 0, 0, ' + opacity + ')'; color = 'rgba(0, 0, 0, ' + opacity + ')';
} }
module.debug('Setting opacity to', opacity); module.debug('Setting opacity to', opacity);
console.log(color);
$dimmer.css('background-color', color); $dimmer.css('background-color', color);
}, },
active: function() { active: function() {

Loading…
Cancel
Save