Skip to content

Commit

Permalink
Remoção do console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Oct 14, 2022
1 parent 4989417 commit 75d64af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/TagsContainer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export function TagsContainer ({ contact }) {
try {
const { data } = await api.get(`/tags/list`);
setTags(data);
console.log("loagTags - Data", data);
} catch (err) {
toastError(err);
}
Expand Down

0 comments on commit 75d64af

Please sign in to comment.