[client] removed debug

This commit is contained in:
xdrm-brackets 2018-04-24 21:29:41 +02:00
parent fb033048f2
commit 89bb2099e9
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ func (c *T) Receive(r io.Reader) error {
if err != nil { return err } if err != nil { return err }
if uint16(read) != 1 { return errors.New("Cannot read error code") } if uint16(read) != 1 { return errors.New("Cannot read error code") }
fmt.Printf("ERROR CODE : %d\n", errCode[0]); if DEBUG { fmt.Printf("ERROR CODE : %d\n", errCode[0]) }
/* (2) Manage success /* (2) Manage success
---------------------------------------------------------*/ ---------------------------------------------------------*/