mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
Don't do debug logs in prod
This commit is contained in:
parent
a9ead71d84
commit
94aed7b2be
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
const urlSearchParams = new URLSearchParams(window.location.search);
|
||||
const params = Object.fromEntries(urlSearchParams.entries());
|
||||
console.log(params)
|
||||
|
||||
export const SCREENSHOT_WIDTH = 275;
|
||||
export const SCREENSHOT_HEIGHT = 348;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue