Skip to content

Commit f1334f5

Browse files
committed
fix: remove leftover debugging output
1 parent e471896 commit f1334f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/plugin-codeflare/src/controller/dashboard.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ async function dashboardui(args: Arguments<DashboardOptions>) {
3838
const filepath = args.argvNoOptions[2]
3939
process.env.LOGDIR = filepath
4040

41-
console.error('!!!!!!!', args.parsedOptions)
4241
if (args.parsedOptions.follow) {
4342
process.env.TAIL = 'tail -f'
4443
} else {

0 commit comments

Comments
 (0)