Skip to content

Commit

Permalink
remove debug url (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig authored Mar 14, 2024
1 parent fd12cb2 commit 407fba7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Statsig/DebugViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ class DebugViewController: UIViewController, WKNavigationDelegate, WKScriptMessa
return
}

// guard let url = URL(string: "https://console.statsig.com/client_sdk_debugger_redirect?sdkKey=\(sdkKey)") else {
guard let url = URL(string: "http://localhost:3000/client_sdk_debugger_redirect?sdkKey=\(sdkKey)") else {
guard let url = URL(string: "https://console.statsig.com/client_sdk_debugger_redirect?sdkKey=\(sdkKey)") else {
print("[Statsig] DebugView failed to create required URL")
return
}
Expand Down

0 comments on commit 407fba7

Please sign in to comment.