Skip to content

Commit

Permalink
refactor: Remove unnecessary console.log statement in +server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Aug 22, 2024
1 parent b117093 commit 3a6be19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/api/oba/shape/[shapeId]/+server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export async function GET({ params }) {

try {
const response = await fetch(apiURL);
console.log('response:', response);

if (!response.ok) {
throw new Error(`HTTP error! status: ${response.status}`);
Expand Down

0 comments on commit 3a6be19

Please sign in to comment.