summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2017-02-09 21:48:58 +0100
committerChris Schlaeger <chris@linux.com>2017-02-09 21:48:58 +0100
commit34961f7a8556d58ee7bbc0daccc6dd587672a976 (patch)
tree19c34e245e9d8dd3ebc88e0e863537005f0ffdf7
parenta14e5ddd1287dee6af8621a86b1afa0f14416fe7 (diff)
downloadpostrunner-34961f7a8556d58ee7bbc0daccc6dd587672a976.zip
Fix: Fix crash when generating daily monitoring report
-rw-r--r--lib/postrunner/FitFileStore.rb1
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.