diff --git a/public/scripts/tags.js b/public/scripts/tags.js index 9d09c8219..ee299bdfd 100644 --- a/public/scripts/tags.js +++ b/public/scripts/tags.js @@ -717,7 +717,7 @@ async function importTags(character, { forceShow = false } = {}) { // Gather the tags to import based on the selected setting const tagNamesToImport = await handleTagImport(character, { forceShow }); if (!tagNamesToImport?.length) { - toastr.info('No tags to import', 'Importing Tags'); + console.debug('No tags to import'); return; }