mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-19 06:46:28 +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;
|
if(!data) return;
|
||||||
|
|
||||||
console.log(data);
|
|
||||||
|
|
||||||
const parts = data.split(',');
|
const parts = data.split(',');
|
||||||
|
|
||||||
if(parts.length >= 5)
|
if(parts.length >= 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user