refactor: Remove unnecessary console logs and improve code consistency across multiple components

This commit is contained in:
2025-06-04 16:57:24 +05:30
parent 45e50ff11c
commit d57ee378aa
13 changed files with 39 additions and 59 deletions

View File

@@ -3,9 +3,9 @@ let url_Backend_dwinzo = `http://${process.env.REACT_APP_SERVER_REST_API_BASE_UR
export const setEnvironment = async (
organization: string,
userId: string,
wallVisibility: Boolean,
roofVisibility: Boolean,
shadowVisibility: Boolean,
wallVisibility: boolean,
roofVisibility: boolean,
shadowVisibility: boolean,
renderDistance: number,
limitDistance: boolean,
projectId?: string