We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a43b1 commit 65208dcCopy full SHA for 65208dc
lib/client_factory.ts
@@ -69,7 +69,6 @@ export const getOptimizelyInstance = (config: Config): Client | null => {
69
70
return new Optimizely(optimizelyOptions);
71
} catch (e) {
72
- console.log('got error ', e);
73
logger?.error(e);
74
return null;
75
}
0 commit comments