diff --git a/src/components/EditorNav.tsx b/src/components/EditorNav.tsx index 5753b255..2bc543d6 100644 --- a/src/components/EditorNav.tsx +++ b/src/components/EditorNav.tsx @@ -99,11 +99,6 @@ export default function EditorNav({ snippet_type: newType, }) - console.log( - "[Debug] New snippet type:", - response.data.snippet.snippet_type, - ) - if (response.status === 200) { setCurrentType(newType) toast({