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(); } }