Skip to content

Commit 46e0821

Browse files
author
tjj5036
committed
Removes reference to example.com.... was used in gdb to see what was being built
1 parent 417a5dc commit 46e0821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/optimizely.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func (client *OptimizelyClient) Track(
3232
event_value string) {
3333

3434
var Url *url.URL
35-
Url, err := url.Parse("http://www.example.com")
35+
Url, err := url.Parse("")
3636
if err != nil {
3737
panic("boom")
3838
}

0 commit comments

Comments
 (0)