The extension logs debug messages (e.g., [Bookmarked] GraphQL search query:...) in all builds. Consider whether to suppress these in production.
Options:
- Strip at build time (e.g., a build step that removes
console.log calls)
- Gate behind a dev mode flag
- Leave as-is (browser console noise is low priority)
The extension logs debug messages (e.g.,
[Bookmarked] GraphQL search query:...) in all builds. Consider whether to suppress these in production.Options:
console.logcalls)