Browse Source

Remove console log #1611

pull/1627/head
jlukic 9 years ago
parent
commit
45c0232b06
1 changed files with 0 additions and 1 deletions
  1. 1
      src/definitions/modules/progress.js

1
src/definitions/modules/progress.js

@ -399,7 +399,6 @@ $.fn.progress = function(parameters) {
},
labels: function() {
module.verbose('Setting both bar progress and outer label text');
console.log('updating');
module.set.barLabel();
module.set.state();
},

Loading…
Cancel
Save