protocol/meshcore: reemove debug print
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
||||
"encoding/binary"
|
||||
"fmt"
|
||||
"io"
|
||||
"log"
|
||||
"time"
|
||||
|
||||
"git.maze.io/go/ham/protocol/meshcore/crypto"
|
||||
@@ -473,7 +472,6 @@ func (adv *Advert) Unmarshal(b []byte) error {
|
||||
|
||||
// parse time
|
||||
adv.Time = decodeTime(b[n:])
|
||||
log.Printf("time: %s", adv.Time)
|
||||
n += 4
|
||||
|
||||
// parse signature
|
||||
|
||||
Reference in New Issue
Block a user