[client] removed debug
This commit is contained in:
parent
fb033048f2
commit
89bb2099e9
|
@ -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
|
||||||
---------------------------------------------------------*/
|
---------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in New Issue