Skip to content

Commit c8ad587

Browse files
remove: console logs
1 parent 452f891 commit c8ad587

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/app/dashboard/collections/[id]/_components/edit-collection.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export function EditCollection({ name, collectionId }: EditCollectionProps) {
5656
collectionName: values.name,
5757
}),
5858
});
59-
console.log(req.status)
6059
if (req.status === 200) {
6160
await refreshCollectionWithMemes();
6261
return toast({

src/components/import-to-editor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export default function ImportToEditor({ src }: ImportToEditorProps) {
3232
}
3333

3434
if (!initialData) {
35-
console.log("NO INITIAL DATA, THROWING ERROR")
3635
toast({
3736
title: "Import Failed",
3837
description: "There was an error importing the meme. Please try again.",

0 commit comments

Comments
 (0)