From 34961f7a8556d58ee7bbc0daccc6dd587672a976 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Thu, 9 Feb 2017 21:48:58 +0100 Subject: Fix: Fix crash when generating daily monitoring report --- lib/postrunner/FitFileStore.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/postrunner/FitFileStore.rb b/lib/postrunner/FitFileStore.rb index 9093925..ab6fefc 100644 --- a/lib/postrunner/FitFileStore.rb +++ b/lib/postrunner/FitFileStore.rb @@ -356,7 +356,6 @@ module PostRunner end def daily_report(day) - monitoring_files = gather_monitoring_files(day) # 'day' specifies the current day. But we don't know what timezone the # watch was set to for a given date. The files are always named after # the moment of finishing the recording expressed as GMT time. -- cgit v1.2.3