Skip to content

Commit 05b1e55

Browse files
committed
remove comments
1 parent e92968a commit 05b1e55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/application.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class Application < Rails::Application
101101
config.end_of_in_progress_intake = et.parse('2026-10-15 23:59:59') # is inprogress just for docs or will they have access to these other pages
102102
config.end_of_login = et.parse('2026-10-23 23:59:00')
103103

104-
# We grab the latest tax year and set it as the current filing season
105104
config.tax_year_filing_seasons = {
106105
2025 => [et.parse("2026-01-29 00:00:00"), et.parse("2026-04-15 23:59:59")],
107106
2024 => [et.parse("2025-01-29 00:00:00"), et.parse("2025-04-15 23:59:59")],
@@ -116,9 +115,6 @@ class Application < Rails::Application
116115
2015 => [et.parse("2016-01-19 00:00:00"), et.parse("2016-04-18 23:59:59")]
117116
}
118117

119-
# config.gyr_current_tax_year =
120-
#first entry in tax_year_filing_seasons where open date is in the past
121-
122118
# GetCTC
123119
config.ctc_soft_launch = et.parse("2022-05-04 09:00:00")
124120
config.ctc_full_launch = et.parse("2022-05-11 09:00:00")

0 commit comments

Comments
 (0)