Skip to content

Commit

Permalink
chore: take out logging for connecting
Browse files Browse the repository at this point in the history
  • Loading branch information
0duaht committed Jul 14, 2022
1 parent 864c8c4 commit f7558ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/HangCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,10 @@ export class HangCore {
if (TESTCHAINS.includes(this.projectData!.contract?.chain_id)) {
crossmintEnvironment = 'staging';
}

const { connect } = crossmintModalService({
clientId: crossmintId,
showOverlay: false,
setConnecting: () => console.log('connecting'),
setConnecting: () => {},
libVersion: '0.1.6-alpha.2',
environment: crossmintEnvironment,
clientName: clientNames.reactUi,
Expand Down

0 comments on commit f7558ee

Please sign in to comment.