Hi all , if i click on "Inspect " / console , i can see this message : This web application is entirely built without code on Bubble " , can i hide /remove this message , I know that’s not impacting my app in anyway, but i want to know if its possible to do that ?
Thanks in advance
Check your page settings, for example here is the index page:
Here you’ll see that built on bubble message. You should clear it for every page you create.
Hey,
Yeah I assume you mean this message here in the ‘Console’ right:
To remove this you’ll need your app to be on a paid plan, so anything up from Personal onwards.
Thanks for the reply , yes that’s right it is in the console and actually my app is on a paid plan
Ah forgot, its a setting…so if your on a paid plan you can remove by going to:
Settings > General > General appearance - then check the option ‘Remove Bubble mention in console’
BTW, while you might turn this message off for the most part (in settings as @luke2 explains), it can be useful in debugging complex JavaScript stuff. This message is written to the console when condition “page is loaded (entire)” is reached.