mirror of https://bitbucket.org/ausocean/av.git
revid: remove print statement
This commit is contained in:
parent
0f9b06b266
commit
26bb498917
|
@ -143,7 +143,6 @@ func extractMeta(r string, log func(lvl int8, msg string, args ...interface{}))
|
|||
log(logger.Warning, "No timestamp in reply")
|
||||
} else {
|
||||
log(logger.Debug, fmt.Sprintf("got timestamp: %v", t))
|
||||
fmt.Printf("got timestamp: %v, setting\n", t)
|
||||
mts.RealTime.Set(time.Unix(int64(t), 0))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue