- removed console.logs

This commit is contained in:
2025-12-19 09:42:07 +00:00
parent b328d25bc7
commit dfc14575a8
2 changed files with 0 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ const RegionSelector = ({
const getMagnificationLevel = () => {
const test = socket?.data;
if (!socket?.data) return null;
console.log(test);
if (!test || !test.magnificationLevel) return "1x";
return test?.magnificationLevel;
};