remove old log message
This commit is contained in:
parent
e634b131fb
commit
a91fc638f2
@ -72,7 +72,6 @@ class SocketParser {
|
|||||||
var placeholders = -1
|
var placeholders = -1
|
||||||
|
|
||||||
if type == .BinaryEvent || type == .BinaryAck {
|
if type == .BinaryEvent || type == .BinaryAck {
|
||||||
Logger.log("Got some binary", type: "SocketParser")
|
|
||||||
if let holders = Int(parser.readUntilStringOccurence("-")) {
|
if let holders = Int(parser.readUntilStringOccurence("-")) {
|
||||||
placeholders = holders
|
placeholders = holders
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user