From 998f75b4b604b42fbf8ed85083f1fe369a7b7fd7 Mon Sep 17 00:00:00 2001 From: XnpioChV Date: Wed, 10 Apr 2024 14:00:09 -0500 Subject: [PATCH] style: Nits --- src/content-tags-drawer/ContentTagsDrawerHelper.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/content-tags-drawer/ContentTagsDrawerHelper.jsx b/src/content-tags-drawer/ContentTagsDrawerHelper.jsx index 1fdf30836f..9eceb5c773 100644 --- a/src/content-tags-drawer/ContentTagsDrawerHelper.jsx +++ b/src/content-tags-drawer/ContentTagsDrawerHelper.jsx @@ -292,9 +292,6 @@ const useContentTagsDrawerHelper = (contentId) => { // It is constructed this way to maintain the order // of the list `fechedTaxonomies` const mergedTagsArray = fechedTaxonomies.map(obj => mergedTags[obj.id]); - console.log("RRRRRRRRRRRRRr"); - console.log(mergedTagsArray); - console.log(globalStagedRemovedContentTags); setTagsByTaxonomy(mergedTagsArray); }, [