Skip to content

Commit c1b4e27

Browse files
committed
removing console.logs
1 parent f731bba commit c1b4e27

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/modules/featureFlag/featureFlagDecider.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ import chalk from 'chalk'
99
export async function switchOpen(url: string, options) {
1010
try {
1111
const configClient = ToolbeltConfig.createClient()
12-
console.log(configClient.getGlobalConfig)
1312
const { featureFlags } = await configClient.getGlobalConfig()
1413

15-
console.log(featureFlags)
16-
1714
logger.info('Your browser should open automatically. You can also use the url below.')
1815
logger.info(`${chalk.cyan(url)}`)
1916

0 commit comments

Comments
 (0)