change(ui) - removed logs
This commit is contained in:
parent
3dddf4526d
commit
b42cb2df3b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { options } from 'App/dev/console';
|
||||
|
||||
function log(...args) {
|
||||
if (options.verbose) {
|
||||
if (!window.env.PRODUCTION || options.verbose) {
|
||||
if (Object.keys(groupTm).length > 0) {
|
||||
console.groupEnd();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue