mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
chore: remove console.log
This commit is contained in:
parent
b2c58102dd
commit
c860d8e434
@ -62,7 +62,6 @@ export const ManageTags: VFC<IManageTagsProps> = ({
|
|||||||
const features = data.map(({ name }) => name);
|
const features = data.map(({ name }) => name);
|
||||||
const payload = { features, tags: { addedTags, removedTags } };
|
const payload = { features, tags: { addedTags, removedTags } };
|
||||||
try {
|
try {
|
||||||
console.log(addedTags, removedTags, features);
|
|
||||||
const toastText = [
|
const toastText = [
|
||||||
addedTags.length > 0 &&
|
addedTags.length > 0 &&
|
||||||
`added ${addedTags.length} tag${addedTags.length > 1 ? 's' : ''}`,
|
`added ${addedTags.length} tag${addedTags.length > 1 ? 's' : ''}`,
|
||||||
|
Loading…
Reference in New Issue
Block a user