Skip to content

Commit

Permalink
feat: delete useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Aug 5, 2022
1 parent 0ca0f54 commit 790ed40
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export class ImportApiComponent implements OnInit {
{
const { key } = this.supportList.at(0);
this.currentExtension = key || '';
console.log('this.currentExtension', this.currentExtension);
}
}
uploadChange(data) {
Expand Down

0 comments on commit 790ed40

Please sign in to comment.