Skip to content

Commit 401ae09

Browse files
authored
chore: Clean up telemetry print (#38)
1 parent 3ac938e commit 401ae09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/telemetry/tracker.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import (
1818
"context"
1919
"encoding/json"
2020
"errors"
21-
"fmt"
2221
"os"
2322
"path/filepath"
2423

@@ -117,7 +116,6 @@ func (t *pluginTracker) save(event Event) error {
117116
if err != nil {
118117
return err
119118
}
120-
fmt.Println(file)
121119

122120
defer file.Close()
123121
data, err := json.Marshal(event)

0 commit comments

Comments
 (0)