浏览代码

Removed debug output

Viktor Grahn 4 年之前
父节点
当前提交
1753e89df0
共有 1 个文件被更改,包括 0 次插入2 次删除
  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())