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 e471896 commit f1334f5Copy full SHA for f1334f5
plugins/plugin-codeflare/src/controller/dashboard.ts
@@ -38,7 +38,6 @@ async function dashboardui(args: Arguments<DashboardOptions>) {
38
const filepath = args.argvNoOptions[2]
39
process.env.LOGDIR = filepath
40
41
- console.error('!!!!!!!', args.parsedOptions)
42
if (args.parsedOptions.follow) {
43
process.env.TAIL = 'tail -f'
44
} else {
0 commit comments