diff --git a/DCL_PiXYZ/PXZEntryPoint.cs b/DCL_PiXYZ/PXZEntryPoint.cs index 8682d5ce..37893035 100644 --- a/DCL_PiXYZ/PXZEntryPoint.cs +++ b/DCL_PiXYZ/PXZEntryPoint.cs @@ -22,9 +22,6 @@ static async Task Main(string[] args) private static async Task RunLODBuilder(string[] args) { - await RoadJSONGenerator.GenerateWorldROADJSON(); - return; - string defaultScene = "5,19"; string defaultOutputPath = Path.Combine(Directory.GetCurrentDirectory(), "built-lods") ; string defaultSceneLodManifestDirectory = Path.Combine(Directory.GetCurrentDirectory(), "scene-lod-entities-manifest-builder/");