Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Dec 10, 2024
1 parent b2c5810 commit c860d8e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const ManageTags: VFC<IManageTagsProps> = ({
const features = data.map(({ name }) => name);
const payload = { features, tags: { addedTags, removedTags } };
try {
console.log(addedTags, removedTags, features);
const toastText = [
addedTags.length > 0 &&
`added ${addedTags.length} tag${addedTags.length > 1 ? 's' : ''}`,
Expand Down

0 comments on commit c860d8e

Please sign in to comment.