Disable console logging in despawn status handler
This commit is contained in:
@@ -5,7 +5,7 @@ export function useDespawnHandler() {
|
||||
const { addMaterial, getMaterialById, removeMaterial } = useMaterialStore();
|
||||
|
||||
const deSpawnLogStatus = (materialUuid: string, status: string) => {
|
||||
console.log(`${materialUuid}, ${status}`);
|
||||
// console.log(`${materialUuid}, ${status}`);
|
||||
}
|
||||
|
||||
const handleDespawn = useCallback((action: ConveyorAction, materialId?: string) => {
|
||||
|
||||
Reference in New Issue
Block a user