Skip to content

Commit

Permalink
fix: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterkmr committed Jan 22, 2025
1 parent c8acb86 commit 9cf9d7c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ export class ApiPlugin {
url: _url,
});

console.log('apiResponse', apiResponse.ok);

if (apiResponse.ok) {
const result = await apiResponse.json();

Expand Down

0 comments on commit 9cf9d7c

Please sign in to comment.