From 84bb5fba27ff213afa20601dce89a759c8ff8e31 Mon Sep 17 00:00:00 2001 From: John Coates Date: Mon, 26 Oct 2015 14:26:32 -0700 Subject: [PATCH] Release 1.0 --- .../xcschemes/Aerial.xcscheme | 2 +- Aerial/AerialView.swift | 21 ++++++++++++------- Aerial/PreferencesWindowController.swift | 10 +++------ 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/Aerial.xcodeproj/xcuserdata/macbook.xcuserdatad/xcschemes/Aerial.xcscheme b/Aerial.xcodeproj/xcuserdata/macbook.xcuserdatad/xcschemes/Aerial.xcscheme index 904547b4..f91bcef6 100644 --- a/Aerial.xcodeproj/xcuserdata/macbook.xcuserdatad/xcschemes/Aerial.xcscheme +++ b/Aerial.xcodeproj/xcuserdata/macbook.xcuserdatad/xcschemes/Aerial.xcscheme @@ -33,7 +33,7 @@ Void in @@ -198,7 +194,7 @@ class City { city.addVideoForTimeOfDay(timeOfDay, video: video); videos.append(video) - NSLog("id: \(id), name: \(name), time of day: \(timeOfDay), url: \(url)"); +// NSLog("id: \(id), name: \(name), time of day: \(timeOfDay), url: \(url)"); } } @@ -212,7 +208,7 @@ class City { self.outlineView?.reloadData(); self.outlineView?.expandItem(nil, expandChildren: true); }) - NSLog("reloading outline view\(self.outlineView)"); +// NSLog("reloading outline view\(self.outlineView)"); } catch { NSLog("Error retrieving content listing."); @@ -236,7 +232,7 @@ class City { func outlineView(outlineView: NSOutlineView, numberOfChildrenOfItem item: AnyObject?) -> Int { if item == nil { - NSLog("count: \(cities.count)"); +// NSLog("count: \(cities.count)"); return cities.count; }