Mojang / ore-ui

💎 Building blocks to construct game UIs using web tech.
https://react-facet.mojang.com/
MIT License
404 stars 19 forks source link

Make the createFacetContext only log when node env is development #100

Closed creativecreature closed 1 year ago

creativecreature commented 1 year ago

Overview

It becomes difficult to read any test output because of this console.log statement. If we really want it to log during tests I think we should add a ceiling to how many times it can do so.

hebbeh commented 1 year ago

👍