Skip to content

Commit

Permalink
fix: log remvoed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed May 8, 2024
1 parent 025d296 commit 6eac436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.res
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ let make = () => {
let sessionId = CardUtils.getQueryParamsDictforKey(url.search, "sessionId")
let publishableKey = CardUtils.getQueryParamsDictforKey(url.search, "publishableKey")
let endpoint = CardUtils.getQueryParamsDictforKey(url.search, "endpoint")
Js.log2("endpointendpoint", endpoint)
<PreMountLoader publishableKey sessionId clientSecret endpoint />
}
| "achBankTransfer"
Expand Down

0 comments on commit 6eac436

Please sign in to comment.