Log File removed

This commit is contained in:
2026-07-06 11:02:03 +02:00
parent 12e5c63b61
commit af9e7230f6

View File

@@ -32,7 +32,7 @@ namespace AICore.Context.SummaryParser
json = JsonSerializer.Serialize(context, options);
}
System.IO.File.WriteAllText("D:\\temp.txt", json);
// System.IO.File.WriteAllText("D:\\temp.txt", json);
return json;
}