Skip to content

Commit 63edb4d

Browse files
committed
fix: remove log
1 parent 8f1caf9 commit 63edb4d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/otomi-stack.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ export default class OtomiStack {
545545
const preInstalledExcludedApps = PREINSTALLED_EXCLUDED_APPS.default.apps
546546
const hiddenApps = HIDDEN_APPS.default.apps
547547
const excludedApps = preInstalledExcludedApps.concat(hiddenApps)
548-
console.log('excluded apps: ', excludedApps)
549548
const settingsInfo = this.getSettingsInfo()
550549
if (!Array.isArray(apps)) {
551550
if (settingsInfo.otomi && settingsInfo.otomi.isPreInstalled && excludedApps.includes(apps.id)) {

0 commit comments

Comments
 (0)