Skip to content

Commit 8a59ed6

Browse files
committed
Merge pull request #12 from optimizely/remove_misc_var
Removes unnecessary timeout variable since that won't be needed
2 parents aecf41f + 42d845f commit 8a59ed6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

optimizely/event.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package optimizely
22

33
var OFFLINE_API_PATH = "https://%v.log.optimizely.com/event" // project_id
44
var END_USER_ID_TEMPLATE = "oeu-%v" // user_id
5-
var REQUEST_TIMEOUT = 10
65

76
const (
87
ACCOUNT_ID = "d"

0 commit comments

Comments
 (0)