forked from icd/rentgen
cleanup: remove console.log from stolen-data-entry.ts
- Removed debug console.log from catch block - Comment updated to clarify error is safe to ignore - Cleaner production logs
This commit is contained in:
parent
00e853de7a
commit
ffcf2b6b02
@ -109,11 +109,7 @@ export class StolenDataEntry extends SaferEmitter {
|
|||||||
.map((kv) => kv.split('='))
|
.map((kv) => kv.split('='))
|
||||||
);
|
);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// failed to parse as query string
|
// failed to parse as query string, safe to ignore
|
||||||
console.log(
|
|
||||||
'Failed attempt to parse hash location as query string, probably safe to ignore:',
|
|
||||||
e
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const searchParams = Object.fromEntries(
|
const searchParams = Object.fromEntries(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user