Skip to content

Commit 7a70efc

Browse files
olsoFoxandxss
authored andcommitted
Remove nasty console.log
1 parent 27acd2c commit 7a70efc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/directives/progressbar/progressbar.directive.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
};
3939

4040
function updateProgress() {
41-
console.log('update');
4241
var percentage = ((hideTime - (new Date().getTime())) / currentTimeOut) * 100;
4342
element.css('width', percentage + '%');
4443
}

0 commit comments

Comments
 (0)