Skip to content

Commit bc6bf5c

Browse files
author
Harm Akkerman
committed
Removed console logs
1 parent d94e68c commit bc6bf5c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

js/src/timer.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,6 @@ function() {
592592
}
593593

594594
function resumeWorkItem(wiResume) {
595-
console.log('Resuming');
596-
console.log(wiResume);
597595
startTimer(wiResume.data('projectid'), wiResume.data('tagids'), wiResume.data('work-name'));
598596
return false;
599597
}
@@ -668,7 +666,6 @@ function() {
668666
$('#start-tracking > span').addClass("play-button").removeClass("stop-button");
669667
}
670668
$( "#start-tracking" ).click(function() {
671-
console.log("Start tracking test" + $(this).data('work-name'));
672669
if(localStorage.getItem('isTimerStarted') === 'true'){
673670
stopTimer();
674671
} else {

0 commit comments

Comments
 (0)