1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Core/Helpers/SyncHelper.cs b/MatrixRoomUtils.Core/Helpers/SyncHelper.cs
index ea9317e..e12164c 100644
--- a/MatrixRoomUtils.Core/Helpers/SyncHelper.cs
+++ b/MatrixRoomUtils.Core/Helpers/SyncHelper.cs
@@ -42,7 +42,7 @@ public class SyncHelper {
// var res = await JsonSerializer.DeserializeAsync<SyncResult>(await req.Content.ReadAsStreamAsync());
-#if DEBUG
+#if DEBUG && false
var jsonObj = await req.Content.ReadFromJsonAsync<JsonElement>();
try {
await _homeServer._httpClient.PostAsJsonAsync(
|