diff --git a/date_utils/date_utils.go b/date_utils/date_utils.go
index 0fed0164883abd13881b054024c52adc149c0c73..5bde07f5acdaa505a7cdebd41b7f7e3d0c3c6615 100644
--- a/date_utils/date_utils.go
+++ b/date_utils/date_utils.go
@@ -325,8 +325,6 @@ func formatTimestampsWithTimeZoneInSlice(fieldValue reflect.Value, location *tim
 	return nil
 }
 
-// TradingHours represents an array of (StartTime,EndTime) pairs, one for each day of the week.
-// The array is 0 indexed, with 0 being Sunday and 6 being Saturday and 7 being public holidays.
 type TradingHours struct {
 	Monday    TradingHoursDay `json:"monday"`
 	Tuesday   TradingHoursDay `json:"tuesday"`