Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 153058e

Browse files
author
Søren Ernst
authored
Merge pull request #10 from memborsky/remove-console.log
Remove debug line
2 parents 9cfbe4d + ec86409 commit 153058e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/moment-timer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
}(this, function(moment) {
1313

1414
function Timer(duration, attributes, callback) {
15-
console.log(attributes.wait);
1615
this.timerDuration = duration;
1716
this.callback = callback;
1817
this.loop = attributes.loop;

0 commit comments

Comments
 (0)