remove print top

This commit is contained in:
Yeo Kheng Meng
2016-10-25 22:56:22 +08:00
parent 4183f388a6
commit f6730aae6f

View File

@@ -267,7 +267,6 @@ public class SerialPort {
useHardwareFlowControl: Bool = false, useHardwareFlowControl: Bool = false,
useSoftwareFlowControl: Bool = false, useSoftwareFlowControl: Bool = false,
processOutput: Bool = false) { processOutput: Bool = false) {
print("top")
guard let fileDescriptor = fileDescriptor else { guard let fileDescriptor = fileDescriptor else {
return return