We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719631f commit cc5af79Copy full SHA for cc5af79
client/src/core.ts
@@ -89,7 +89,6 @@ export interface Parameters {
89
export class SharedCore implements Core {
90
public async initClient(config: ClientAuthConfig): Promise<string> {
91
const serializedConfig = JSON.stringify(config);
92
- console.log(serializedConfig)
93
try {
94
return await init_client(serializedConfig);
95
} catch (e) {
0 commit comments