[server:internal] remove debug
This commit is contained in:
parent
0b24036360
commit
88055b944e
|
@ -156,7 +156,6 @@ func (s *T) manageRequest(x1 []byte, x2 []byte) (byte, error) {
|
||||||
---------------------------------------------------------*/
|
---------------------------------------------------------*/
|
||||||
copy(s.hash, h1)
|
copy(s.hash, h1)
|
||||||
s.store();
|
s.store();
|
||||||
fmt.Printf("Stored next: %x\n", s.hash)
|
|
||||||
|
|
||||||
return 0, nil
|
return 0, nil
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue