Remove println

This commit is contained in:
Erik Little 2015-02-23 15:14:12 -05:00
parent 170b1bc836
commit 306ac47168

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
}
}
}