Skip to content

Commit ecaae42

Browse files
committed
remove println
1 parent 9f2c9be commit ecaae42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

parser/calendarParser.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ func ParseCalendar(inDir string, outDir string) {
199199
room = "Other"
200200
}
201201

202-
fmt.Println(*location + " | " + building + " | " + room)
203-
204202
if _, exists := multiBuildingMap[date]; !exists {
205203
multiBuildingMap[date] = make(map[string]map[string][]schema.Event)
206204
}

0 commit comments

Comments
 (0)