Commented out unnecessary code

This commit is contained in:
Robinson 2023-07-23 16:05:07 +02:00
parent fa04185234
commit ccf7a37d3c
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -61,8 +61,7 @@ internal class FileContentsSerializer<CONNECTION : Connection> : Serializer<File
}
}
output.writeString(file.path)
// output.writeString(file.path)
output.writeInt(streamSessionId, true)
}
@ -73,7 +72,7 @@ internal class FileContentsSerializer<CONNECTION : Connection> : Serializer<File
val endPoint = connection.endPoint as EndPoint<CONNECTION>
val path = input.readString()
// val path = input.readString()
val streamSessionId = input.readInt(true)
// get the file object out of the streaming manager!!!