From 960eef49345b405fbab2820d60a08781cb2acb8d Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Fri, 30 Dec 2022 16:10:19 +0200 Subject: [PATCH] Removed stray debug print --- source/libpb.d | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libpb.d b/source/libpb.d index 5b27e62..2ed66a2 100644 --- a/source/libpb.d +++ b/source/libpb.d @@ -182,7 +182,6 @@ public class PocketBase } catch(JSONException e) { - writeln(e); throw new PocketBaseParsingException(); } }