Skip to content

Commit fbafa6c

Browse files
committed
Remove client initialization message
1 parent 20128fd commit fbafa6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export class Client {
3434
this.#apiHost = apiHost;
3535
this.#sessionId = options?.sessionId;
3636
this.#fetch = options?.fetch ?? fetch;
37-
console.log(`Initialized client for host ${apiHost}`);
3837
}
3938

4039
/**

0 commit comments

Comments
 (0)