Skip to content

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client.go

-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ func newClientImpl(sdkKey string, options *Options) (*Client, *initContext) {
4545
context := newInitContext()
4646
diagnostics := newDiagnostics(options)
4747
diagnostics.initialize().overall().start().mark()
48-
if len(options.API) == 0 {
49-
options.API = "https://statsigapi.net/v1"
50-
}
5148
errorBoundary := newErrorBoundary(sdkKey, options, diagnostics)
5249
if !options.LocalMode && !strings.HasPrefix(sdkKey, "secret") {
5350
err := errors.New(InvalidSDKKeyError)

0 commit comments

Comments
 (0)