Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Uncomments console prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Arikoglu committed Dec 5, 2017
1 parent dead170 commit b34ab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CalendarKit-Swift/SwiftCal/SwiftCal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class Read {

if let timezone = calendarIdNSString?.replacingOccurrences(of: "TZID:", with: "").trimmingCharacters(in: CharacterSet.newlines) {

print("Calendar Timezone: \(timezone)")
// print("Calendar Timezone: \(timezone)")

calendar.timezone = NSTimeZone(name: timezone)

Expand Down

0 comments on commit b34ab1a

Please sign in to comment.