rm junk logs
This commit is contained in:
parent
2c9d801501
commit
f0d3b361a0
2 changed files with 0 additions and 3 deletions
|
|
@ -512,7 +512,6 @@ export default defineBackground(() => {
|
|||
}
|
||||
if (request.type === messages.injected.from.bumpLogs) {
|
||||
finalSpotObj.logs.push(...request.logs);
|
||||
console.log("log bump", finalSpotObj.logs);
|
||||
return "pong";
|
||||
}
|
||||
if (request.type === messages.content.from.bumpClicks) {
|
||||
|
|
@ -1235,7 +1234,6 @@ export default defineBackground(() => {
|
|||
target: "offscreen",
|
||||
})
|
||||
.then((r) => {
|
||||
console.log(r);
|
||||
const msg = {
|
||||
...mountMsg,
|
||||
...r,
|
||||
|
|
|
|||
|
|
@ -243,7 +243,6 @@ function AudioPicker(props: IAudioPicker) {
|
|||
|
||||
createEffect(() => {
|
||||
chrome.storage.local.get("audioPerm", (data) => {
|
||||
console.log("audioPerm", data.audioPerm);
|
||||
if (data.audioPerm && audioDevices().length === 0) {
|
||||
props.setHasPermissions(true);
|
||||
void checkAudioDevices();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue