Skip to content

Commit

Permalink
Update PXZClient.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Ignacio Molteni <[email protected]>
  • Loading branch information
dalkia authored Sep 23, 2024
1 parent e86403e commit 3f71094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DCL_PiXYZ/PXZClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ private async Task DoConversion(PXZConversionParams pxzParams, SceneConversionIn
stopwatch.Elapsed.Hours, stopwatch.Elapsed.Minutes, stopwatch.Elapsed.Seconds);

FileWriter.WriteToFile($"{scene}\t{pxzParams.DecimationValue}\t{elapsedTime}" , pathHandler.SuccessFile);
}
}

private bool HasSceneBeenConverted(List<string> convertedScenes, string scene)
Expand Down

0 comments on commit 3f71094

Please sign in to comment.