mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:59:59 +02:00
chore: Remove console.info statement in ZenThemeMarketplaceParent.sys.mjs
This commit is contained in:
parent
07233648d7
commit
e7e70f7ced
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ export class ZenThemeMarketplaceParent extends JSWindowActorParent {
|
|||
this._themes[themeInfo.id] = themeInfo;
|
||||
}
|
||||
}
|
||||
console.info(this._themes);
|
||||
await this.updateThemes(this._themes);
|
||||
this.sendAsyncMessage("ZenThemeMarketplace:CheckForUpdatesFinished", { updates });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue