mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-18 22:36:27 +01:00
Remove console log
This commit is contained in:
parent
4ff842af10
commit
b19fdb3570
@ -84,8 +84,6 @@ export class FurnitureRoomDimmerLogic extends FurnitureLogic
|
||||
{
|
||||
if(!data) return;
|
||||
|
||||
console.log(data);
|
||||
|
||||
const parts = data.split(',');
|
||||
|
||||
if(parts.length >= 5)
|
||||
|
Loading…
Reference in New Issue
Block a user