diff --git a/app/utils/index.common.ts b/app/utils/index.common.ts index 5bfa669..ac796bf 100644 --- a/app/utils/index.common.ts +++ b/app/utils/index.common.ts @@ -27,7 +27,7 @@ export function groupByArray(items: T[], keyGetter: (item: T) => string[]) { export function setCustomCssRootClass(className, oldClassName?) { const rootView = Application.getRootView(); const rootModalViews = rootView._getRootModalViews(); - DEV_LOG && console.log('setCustomCssRootClass', rootView, className, oldClassName); + // DEV_LOG && console.log('setCustomCssRootClass', rootView, className, oldClassName); function addCssClass(rootView, cssClass) { cssClass = `${CSSUtils.CLASS_PREFIX}${cssClass}`; CSSUtils.pushToSystemCssClasses(cssClass);