Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Anchel123 committed Apr 21, 2024
1 parent 17d1df9 commit a8b37e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/api/graph/[graph]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export async function PATCH(request: NextRequest, { params }: { params: { graph:
if (!newName) throw (new Error("Missing parameter 'newName'"))

const data = await client.connection.renameNX(graphId, newName);
console.log(data);

if (!data) throw (new Error(`${newName} already exists`))

Expand Down

0 comments on commit a8b37e2

Please sign in to comment.