babbleon Posted June 13, 2018 Share Posted June 13, 2018 Hello, Is it possible to and if so, how do we suppress "Babylon.js engine (vX.X.X) launched" appearing on the console? Thank you, Dad72 1 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted June 13, 2018 Share Posted June 13, 2018 I would say no for matters of principle. Why do you mind? This engine is free, a small advertisement for Babylon is a fair feedback to thank this great job done on this professional quality engine, right? Otherwise a clear on the console empty totally , but I think it's good to leave it, it does not bother anyone. Why do people want to do this? I see everywhere people constantly want to remove copyrights to appropriate the work of others. Babylon allows the creation of even commercial projects without asking for royalties and with this kindness of the author you want to delete this information in the console. But why ? Sometimes I do not understand people. ? One day people will want to rename the engine in BABYLON => ITSMINE V!nc3r, Arte and GameMonetize 2 1 Quote Link to comment Share on other sites More sharing options...
babbleon Posted June 13, 2018 Author Share Posted June 13, 2018 I can't think of a good reason other than I commented out all my console.log lines and just had one left! I do agree that its important to leave it there, though. Thank you, this is solved now. GameMonetize, Arte and Dad72 2 1 Quote Link to comment Share on other sites More sharing options...
Schud Posted June 8, 2020 Share Posted June 8, 2020 I understand the credits thing, and I'm happy to give it credit to Babylon, specially within the game (in a credits scene or a "made with" label). But working in a digital agency, as I do, sometimes the client won't allow console messages on the delivered assets, so sometimes (depending on the client, ofc) we have to do some workarounds in a post-build script to remove it (and in almost all of those cases we just left the default babylon loading scene). But one thing that would be awesome is if Babylon would give us a badge window (like unity used to have for the webgl player) in a corner of the canvas or something that we could call to display for a few seconds that the game was made with babylon js. That would be coool Quote Link to comment Share on other sites More sharing options...
mrchantey Posted March 27, 2021 Share Posted March 27, 2021 On 6/13/2018 at 9:50 PM, Dad72 said: with this kindness of the author you want to delete this information in the console. I'm not convinced that it is the intention of the devs to retain credits by writing to the console. The logs are easy enough to suppress by accessing the static 'Logger' class. BABYLON.Logger.LogLevels = BABYLON.Logger.NoneLogLevel Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.