Skip to content

Commit fe0ec80

Browse files
mariusSincovicikeliramu
authored andcommitted
remove logs
Signed-off-by: Marius Sincovici <[email protected]>
1 parent 77fa757 commit fe0ec80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/daemon/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ func main() {
285285

286286
// obfuscated machineID and add the mask to identify how the ID was generated
287287
deviceID := fmt.Sprintf("%x_%d", sha256.Sum256([]byte(machineID.String()+Salt)), machineIdGenerator.GetUsedInformationMask())
288-
log.Println("read", deviceID)
289288

290289
analytics := newAnalytics(eventsDbPath, fsystem, defaultAPI, Version, Environment, deviceID)
291290
heartBeatSubject.Subscribe(analytics.NotifyHeartBeat)

0 commit comments

Comments
 (0)