Skip to content

Commit 8c9554f

Browse files
committed
Remove console log
1 parent 5951868 commit 8c9554f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/Platforms/Platform.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ export const Platform: React.FC = () => {
3434
const { id } = useParams();
3535
const { data: platform, loading } = useApi("get", `/v1/platforms/${id}`);
3636

37-
console.log(platform);
38-
3937
return (
4038
<>
4139
{!loading && platform && (

0 commit comments

Comments
 (0)