diff --git a/src/App.res b/src/App.res index a65801fd2..1ba3ded35 100644 --- a/src/App.res +++ b/src/App.res @@ -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) } | "achBankTransfer"