From 53c19037020089e252d77874e85dec17191dc0c4 Mon Sep 17 00:00:00 2001 From: yingfeng Date: Tue, 16 Apr 2024 11:08:54 -0400 Subject: [PATCH] AMP-3131: remove unused log --- src/components/entity/EntityList.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/entity/EntityList.vue b/src/components/entity/EntityList.vue index 38727302..52e10fb2 100644 --- a/src/components/entity/EntityList.vue +++ b/src/components/entity/EntityList.vue @@ -1346,7 +1346,6 @@ export default { // if current collection exists but fields not populated, get its details if (self.selectedCollection && self.selectedCollection.id && !self.selectedCollection.name) { self.selectedCollection = await this.collectionService.getCollectionDetails(self.selectedCollection.id); - //console.log("self.selectedCollection.id = " + self.selectedCollection.id, ) } self.entity = self.selectedCollection; if (self.selectedCollection && !self.isCreatePage)