From 790ed400d83c2fb4b193b4be924da5e5540adb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E9=B9=B0?= <17kungfuboy@gmail.com> Date: Fri, 5 Aug 2022 16:09:05 +0800 Subject: [PATCH] feat: delete useless log --- .../src/app/shared/components/import-api/import-api.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/workbench/browser/src/app/shared/components/import-api/import-api.component.ts b/src/workbench/browser/src/app/shared/components/import-api/import-api.component.ts index 02cea2505..93f639fd6 100644 --- a/src/workbench/browser/src/app/shared/components/import-api/import-api.component.ts +++ b/src/workbench/browser/src/app/shared/components/import-api/import-api.component.ts @@ -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) {