fix: Remove debug stuff

This commit is contained in:
Teacup
2025-08-08 18:04:41 -07:00
committed by Natsumi
parent 7fe8f4e079
commit eb0843646b

View File

@@ -233,11 +233,8 @@ namespace VRCX
{
using var pngFile = new PNGFile(path);
var chunk = PNGHelper.GenerateTextChunk("Description", text);
pngFile.WriteChunk(chunk);
DeleteTextMetadata(path, true);
return true;
return pngFile.WriteChunk(chunk);;
}
public static ScreenshotMetadata ParseVRCImage(string xmlString)