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