Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed test telemetry event.
  • Loading branch information
ezodude committed Apr 28, 2025
commit 20fc564d80c3ef2e1234317997b6fb85d9093435
5 changes: 0 additions & 5 deletions planengine/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ func main() {
_ = postHogClient.Close()
}(postHogClient)

_ = postHogClient.Enqueue(posthog.Capture{
DistinctId: "test-user",
Event: "test-snippet",
})

cfg, err := Load()
if err != nil {
log.Fatalf("could not load plan engine config: %s", err.Error())
Expand Down