Skip to content

Commit

Permalink
Removed more write-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencegripper committed Nov 30, 2017
1 parent d8685b2 commit 1d6de87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ func publishToAppInsights(event types.StatsEvent, config types.Configuration) {
buffer.WriteString(".")
buffer.WriteString(subk)
compk := buffer.String()
fmt.Println("ss: " + subs)
fmt.Println("ck: " + compk)
telemetry.SetProperty(compk, subs)
}
}
Expand Down

0 comments on commit 1d6de87

Please sign in to comment.