aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/chouette/time_table.rb
diff options
context:
space:
mode:
authorZog2018-01-29 13:17:14 +0100
committerZog2018-01-31 14:11:36 +0100
commit883a51aa8fb5e644c638d6dfb87962af5111ec8c (patch)
tree05e7176b1e6ec9e263be350c496cc34f05bc353f /app/models/chouette/time_table.rb
parent5e79f52c2d9db09f7c1bc94772d9b2a231cabf94 (diff)
downloadchouette-core-883a51aa8fb5e644c638d6dfb87962af5111ec8c.tar.bz2
Refs #5754; Add a filter on calendars for ReferentialVJs#index5754-filter-journeys-on-calendar
Diffstat (limited to 'app/models/chouette/time_table.rb')
-rw-r--r--app/models/chouette/time_table.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/chouette/time_table.rb b/app/models/chouette/time_table.rb
index db97dd2fa..07bf35444 100644
--- a/app/models/chouette/time_table.rb
+++ b/app/models/chouette/time_table.rb
@@ -311,7 +311,6 @@ module Chouette
bounding_max = periods_max_date if periods_max_date &&
(bounding_max.nil? || (bounding_max < periods_max_date))
end
-
[bounding_min, bounding_max].compact
end