Skip to content

Commit

Permalink
AMP-3131: remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng-iu committed Apr 16, 2024
1 parent dc3d4de commit 53c1903
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/entity/EntityList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 53c1903

Please sign in to comment.