mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 17:45:25 -04:00
a3fdeec6a7
* This reduces the logs during GDJS tests, as this was cluttering the terminal. Only show in developer changelog
6 lines
294 B
JavaScript
6 lines
294 B
JavaScript
// @ts-check
|
|
|
|
// This file is called before all tests (but after GDJS is loaded).
|
|
// Disable a few logs that are too verbose:
|
|
gdjs.Logger.getDefaultConsoleLoggerOutput().discardGroup('Firebase (setup)');
|
|
gdjs.Logger.getDefaultConsoleLoggerOutput().discardGroup('RuntimeScene (setup warnings)'); |