Selaa lähdekoodia

Removed debug output

Viktor Grahn 4 vuotta sitten
vanhempi
commit
1753e89df0
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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("Received SSRM (%d)\n", readCnt)
 
 
-	fmt.Printf("%x\n", o.LocalSSID())
-
 	// 3. Send SSID
 	// 3. Send SSID
 	conn.SetWriteDeadline(time.Now().Add(time.Duration(o.NetworkTimeout) * time.Second))
 	conn.SetWriteDeadline(time.Now().Add(time.Duration(o.NetworkTimeout) * time.Second))
 	writtenCnt, err := conn.Write(o.LocalSSID())
 	writtenCnt, err := conn.Write(o.LocalSSID())