From b202b21d4300671e35d761adc3828f1819ba2621 Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 15 Jan 2016 17:35:20 -0500 Subject: [PATCH] remove comment --- Source/SocketEnginePollable.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SocketEnginePollable.swift b/Source/SocketEnginePollable.swift index e4dd023..41e771e 100644 --- a/Source/SocketEnginePollable.swift +++ b/Source/SocketEnginePollable.swift @@ -26,7 +26,7 @@ import Foundation public protocol SocketEnginePollable: SocketEngineSpec { var invalidated: Bool { get } - var postWait: [String] { get set } // Would like to change to get only + var postWait: [String] { get set } var session: NSURLSession? { get } var waitingForPoll: Bool { get set } var waitingForPost: Bool { get set }