We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f731bba commit c1b4e27Copy full SHA for c1b4e27
src/modules/featureFlag/featureFlagDecider.ts
@@ -9,11 +9,8 @@ import chalk from 'chalk'
9
export async function switchOpen(url: string, options) {
10
try {
11
const configClient = ToolbeltConfig.createClient()
12
- console.log(configClient.getGlobalConfig)
13
const { featureFlags } = await configClient.getGlobalConfig()
14
15
- console.log(featureFlags)
16
-
17
logger.info('Your browser should open automatically. You can also use the url below.')
18
logger.info(`${chalk.cyan(url)}`)
19
0 commit comments