Browse Source

Removed debug output

Viktor Grahn 4 năm trước cách đây
mục cha
commit
6d7caf624b
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      oftp.go

+ 0 - 2
oftp.go

@@ -119,8 +119,6 @@ func (o Oftp) Call() error {
 
 	fmt.Printf("Received SSRM (%d)\n", readCnt)
 
-	fmt.Printf("%x\n", o.LocalSSID())
-
 	// 3. Send SSID
 	conn.SetWriteDeadline(time.Now().Add(time.Duration(o.NetworkTimeout) * time.Second))
 	writtenCnt, err := conn.Write(o.LocalSSID())