forked from external-repos/LifeTrinket
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);
|
||||
});
|
||||
|
||||
|
||||
@@ -289,7 +289,6 @@ const Start = () => {
|
||||
numberOfPlayers={playerOptions.numberOfPlayers}
|
||||
selectedOrientation={playerOptions.orientation}
|
||||
onChange={(orientation) => {
|
||||
console.log('orientation', { orientation });
|
||||
setPlayerOptions({
|
||||
...playerOptions,
|
||||
orientation,
|
||||
|
||||
@@ -100,7 +100,6 @@ export const GlobalSettingsProvider = ({
|
||||
};
|
||||
|
||||
const toggleWakeLock = async () => {
|
||||
console.log('on press', active);
|
||||
if (active) {
|
||||
setSettings({ ...settings, keepAwake: false });
|
||||
release();
|
||||
|
||||
Reference in New Issue
Block a user