diff --git a/resources/views/tasks/time_tracker_knockout.blade.php b/resources/views/tasks/time_tracker_knockout.blade.php index c815c1425d4f..a5ccb5bad37d 100644 --- a/resources/views/tasks/time_tracker_knockout.blade.php +++ b/resources/views/tasks/time_tracker_knockout.blade.php @@ -650,31 +650,28 @@ var times = data.time_log instanceof Array ? data.time_log : JSON.parse(data.time_log); ko.mapping.fromJS(data, self.mapping, this); self.time_log.removeAll(); - console.log('removing all...'); for (var i=0; i