Skip to content

Commit

Permalink
Removed erroneous console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoAbove committed May 21, 2024
1 parent 999dd49 commit 6afbd1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Icons/Entity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ export const Entity: FC<EntityProps> = ({ id, action, entityParams = {}, preview
}
if (id === "data/entities/items/pickup/potion_random_material.xml") {
const { x, y } = entityParams;
console.log("PotionRandomMaterial", entityParams);
if (!preview) {
return <NonPreview id={id} action={action} {...rest} />;
}
Expand Down

0 comments on commit 6afbd1e

Please sign in to comment.