We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e814f6a commit 3a0b3bfCopy full SHA for 3a0b3bf
1 file changed
src/client.ts
@@ -26,10 +26,6 @@ export class AptabaseClient {
26
const isWeb = this._env.osName === "web";
27
const isWebTrackingEnabled = isWeb && options?.enableWeb === true;
28
29
- console.log("isWebTrackingEnabled", isWebTrackingEnabled);
30
- console.log("isWeb", isWeb);
31
- console.log("options?.enableWeb", options?.enableWeb);
32
-
33
const shouldEnableTracking = !isWeb || isWebTrackingEnabled;
34
const dispatcher = shouldEnableTracking
35
? isWeb
0 commit comments