println doesn't exist anymore
This commit is contained in:
parent
ac023013d4
commit
648d9d9df0
@ -8,7 +8,7 @@ Socket.IO-client for iOS/OS X.
|
|||||||
let socket = SocketIOClient(socketURL: "localhost:8080")
|
let socket = SocketIOClient(socketURL: "localhost:8080")
|
||||||
|
|
||||||
socket.on("connect") {data, ack in
|
socket.on("connect") {data, ack in
|
||||||
println("socket connected")
|
print("socket connected")
|
||||||
}
|
}
|
||||||
|
|
||||||
socket.on("currentAmount") {data, ack in
|
socket.on("currentAmount") {data, ack in
|
||||||
|
|||||||
@ -44,7 +44,6 @@ public extension SocketLogger {
|
|||||||
|
|
||||||
func error(message: String, type: String, args: AnyObject...) {
|
func error(message: String, type: String, args: AnyObject...) {
|
||||||
abstractLog("ERROR", message: message, type: type, args: args)
|
abstractLog("ERROR", message: message, type: type, args: args)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private func abstractLog(logType: String, message: String, type: String, args: [AnyObject]) {
|
private func abstractLog(logType: String, message: String, type: String, args: [AnyObject]) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user