Skip to content

Commit bcd9cbe

Browse files
authored
chore: remove modalcontroller logs (#4272)
1 parent e03cc7e commit bcd9cbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/controllers/src/controllers/ModalController.ts

-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export const ModalController = {
5656
},
5757

5858
async open(options?: ModalControllerArguments['open']) {
59-
console.log('>> open', JSON.stringify(new Error().stack, null, 2))
6059
const isConnected = AccountController.state.status === 'connected'
6160

6261
if (ConnectionController.state.wcBasic) {
@@ -111,7 +110,6 @@ export const ModalController = {
111110
* @param force - If true, the modal will close regardless of the current view
112111
*/
113112
close(force = false) {
114-
console.log('>> close', JSON.stringify(new Error().stack, null, 2))
115113
if (force || RouterController.state.view !== 'ApproveTransaction') {
116114
const isEmbeddedEnabled = OptionsController.state.enableEmbedded
117115
const isConnected = Boolean(ChainController.state.activeCaipAddress)

0 commit comments

Comments
 (0)