Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Jan 30, 2024
1 parent 8121c2f commit 2efa3eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ export const App = () => {
return result;
},
function (msg: string) {
console.log("Error creating items: " + msg);
setIsFetching(false);
setStatus({
status: "error",
Expand Down

0 comments on commit 2efa3eb

Please sign in to comment.