Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
camerow committed Dec 12, 2024
1 parent d9465e1 commit ca5b30c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/background/messaging/messaging-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ export async function triggerRequestWindowOpen(path: RouteUrls, urlParams: URLSe
}

export async function triggerSwapWindowOpen(path: To, urlParams: URLSearchParams) {
console.log('triggerSwapWindowOpen', path, urlParams);

if (IS_TEST_ENV) return openRequestInFullPage(path, urlParams);
return popup({ url: `/index.html#${path}?${urlParams.toString()}` });
}

0 comments on commit ca5b30c

Please sign in to comment.