mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
Verbose messages are not shown by default in the chrome dev console. This commit applies the same behavior to system specs. The main motivation here is to hide the version info which Ember prints every time the application boots. ```text http://localhost:31337/assets/vendor.js 47142:16 "DEBUG: -------------------------------" http://localhost:31337/assets/vendor.js 47142:16 "DEBUG: Ember : 3.28.11" http://localhost:31337/assets/vendor.js 47142:16 "DEBUG: jQuery : 3.6.0" http://localhost:31337/assets/vendor.js 47142:16 "DEBUG: -------------------------------" ```