wallabyjs / quokka

Repository for Quokka.js questions and issues
https://quokkajs.com
1.17k stars 31 forks source link

I'm getting all the Quokka output even though I didn't ask for it. #909

Closed oohkumar123 closed 8 months ago

oohkumar123 commented 8 months ago
Screenshot 2023-11-17 at 7 15 09 AM

Issue description or question

I'm getting all the Quokka debug code even though I didn't ask for it. How do I turn this off. This just started happening. It was working fine yesterday.

Is this issue related to Quokka not outputting the expected results of your code?: Yes/No

Sample code

// paste the code you are running here

Sample repository link

If the issue can not be reproduced just using the quokka file above (for example because it requires/imports some files from your project), please create a small repository where the issue can be reproduced.

Quokka.js Console Output

// paste your quokka console output here

Code editor version

Visual Studio Code v1.? Webstorm v? Atom v1.?

OS name and version

Windows OSX Linux

smcenlly commented 8 months ago

It sounds like you have accidentally enabled the Auto Log setting:

image

Please check this setting, and if it's set, disable it.

If you're still having problems, let us know.

oohkumar123 commented 8 months ago

ok I found the setting thanks.