Skip to content

Commit

Permalink
fix: clean debug code
Browse files Browse the repository at this point in the history
Co-authored-by: Jillian <[email protected]>
  • Loading branch information
rpenido and pomegranited authored Nov 23, 2023
1 parent c055d56 commit 8c2de23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/taxonomy/import-tags/data/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export const importTaxonomyTags = async (taxonomyId, intl) => {
*/
/* eslint-disable no-alert */
/* eslint-disable no-console */
console.log(intl);
const file = await selectFile();

if (!file) {
Expand Down

0 comments on commit 8c2de23

Please sign in to comment.