Skip to content

Commit

Permalink
removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
shafeeqd959 committed May 9, 2024
1 parent 29e8aef commit 18d83b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export default class ExportCommand extends Command {
static aliases: string[] = ['cm:export'];

async run(): Promise<void> {
console.log('this.region', this.region);
let exportDir: string = pathValidator('logs');
try {
const { flags } = await this.parse(ExportCommand);
Expand Down

0 comments on commit 18d83b4

Please sign in to comment.