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