[server:internal] remove debug

This commit is contained in:
xdrm-brackets 2018-04-23 18:56:37 +02:00
parent 0b24036360
commit 88055b944e
1 changed files with 0 additions and 1 deletions

View File

@ -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