Skip to content

Commit 70694d1

Browse files
committed
chroe: remove console logs
1 parent 410e6e4 commit 70694d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/thirdweb/src/wallets/in-app/web/lib/web-connector.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ vi.mock("./auth/oauth");
1414
vi.mock("./auth/iframe-auth.ts", () => {
1515
const Auth = vi.fn();
1616
Auth.prototype.loginWithAuthToken = vi.fn(() => {
17-
console.log("loginWithAuthToken");
1817
return Promise.resolve({
1918
user: {
2019
authDetails: {

0 commit comments

Comments
 (0)