From dcc4479c173b9d7cbafc29f5892cbfae1c5468c5 Mon Sep 17 00:00:00 2001 From: alguilhot Date: Wed, 12 Oct 2022 14:27:24 +0200 Subject: [PATCH] DEL: remove console.log inutile --- bob_party/src/components/skinAvatar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/bob_party/src/components/skinAvatar.tsx b/bob_party/src/components/skinAvatar.tsx index f0afef3..fb6ce0d 100644 --- a/bob_party/src/components/skinAvatar.tsx +++ b/bob_party/src/components/skinAvatar.tsx @@ -5,7 +5,6 @@ import React from "react" export const SkinComponent : FC<{skin: Skin, children: ImageStyle}> = ({skin, children}) => { - console.log(skin.getSkinSource()); return (