Skip to content

Commit

Permalink
removed debug msg
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Ibarluzea <seve700@gmail.com>
  • Loading branch information
mrudulpatil18 and seveibar authored Nov 7, 2024
1 parent 5721572 commit eaa8c5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/EditorNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit eaa8c5f

Please sign in to comment.