Sfoglia il codice sorgente

Removed debug output

Viktor Grahn 4 anni fa
parent
commit
1753e89df0
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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())