mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-14 06:58:00 +00:00
remove console logs
This commit is contained in:
@@ -151,7 +151,6 @@ const Health = ({
|
|||||||
const textContainer = textContainerRef.current;
|
const textContainer = textContainerRef.current;
|
||||||
const resizeObserver = new ResizeObserver(() => {
|
const resizeObserver = new ResizeObserver(() => {
|
||||||
const calcFontSize = calculateFontSize(textContainer);
|
const calcFontSize = calculateFontSize(textContainer);
|
||||||
console.log(calcFontSize);
|
|
||||||
setFontSize(calcFontSize);
|
setFontSize(calcFontSize);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -289,7 +289,6 @@ const Start = () => {
|
|||||||
numberOfPlayers={playerOptions.numberOfPlayers}
|
numberOfPlayers={playerOptions.numberOfPlayers}
|
||||||
selectedOrientation={playerOptions.orientation}
|
selectedOrientation={playerOptions.orientation}
|
||||||
onChange={(orientation) => {
|
onChange={(orientation) => {
|
||||||
console.log('orientation', { orientation });
|
|
||||||
setPlayerOptions({
|
setPlayerOptions({
|
||||||
...playerOptions,
|
...playerOptions,
|
||||||
orientation,
|
orientation,
|
||||||
|
|||||||
@@ -100,7 +100,6 @@ export const GlobalSettingsProvider = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const toggleWakeLock = async () => {
|
const toggleWakeLock = async () => {
|
||||||
console.log('on press', active);
|
|
||||||
if (active) {
|
if (active) {
|
||||||
setSettings({ ...settings, keepAwake: false });
|
setSettings({ ...settings, keepAwake: false });
|
||||||
release();
|
release();
|
||||||
|
|||||||
Reference in New Issue
Block a user