mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-15 23:37:59 +00:00
remove console logs
This commit is contained in:
@@ -151,7 +151,6 @@ const Health = ({
|
||||
const textContainer = textContainerRef.current;
|
||||
const resizeObserver = new ResizeObserver(() => {
|
||||
const calcFontSize = calculateFontSize(textContainer);
|
||||
console.log(calcFontSize);
|
||||
setFontSize(calcFontSize);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user