Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PreetiW committed Jul 1, 2024
1 parent de8e3db commit c165c33
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ export const RosDetailComponent = () => {
return payload;
}, []);

console.log('Checking API response:', loading, value, error);

if (loading) {
return <Progress />;
}
Expand Down

0 comments on commit c165c33

Please sign in to comment.