Skip to content

Commit

Permalink
remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Nov 28, 2023
1 parent e9f1ace commit a401e48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/commands/up.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default class Up extends MachineCreationDriverCommand<typeof Up> {
async run(): Promise<unknown> {
const { flags, raw } = await this.parse(Up)
const restArgs = argsFromRaw(raw)
this.log('restArgs', restArgs)

const driver = await this.driver()
const machineCreationDriver = await this.machineCreationDriver()
Expand Down

0 comments on commit a401e48

Please sign in to comment.