diff options
author | Chris Schlaeger <chris@linux.com> | 2017-02-09 21:48:58 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2017-02-09 21:48:58 +0100 |
commit | 34961f7a8556d58ee7bbc0daccc6dd587672a976 (patch) | |
tree | 19c34e245e9d8dd3ebc88e0e863537005f0ffdf7 | |
parent | a14e5ddd1287dee6af8621a86b1afa0f14416fe7 (diff) | |
download | postrunner-34961f7a8556d58ee7bbc0daccc6dd587672a976.zip |
Fix: Fix crash when generating daily monitoring report
-rw-r--r-- | lib/postrunner/FitFileStore.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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. |