Remove println

This commit is contained in:
Erik Little 2015-02-23 15:13:11 -05:00
parent a1296fa439
commit 913c25eda1

View File

@ -113,7 +113,6 @@ class SocketEvent {
msg = "43\(ack)["
if args.count == 0 {
println(msg + "]")
return msg + "]"
}
@ -269,4 +268,4 @@ class SocketEvent {
return false
}
}
}