From 4bb0c225afce3fbd2990434b1f39fbf9868faacb Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 2 Jan 2023 14:17:49 +0200 Subject: [PATCH] - Removed stray `writeln()` without a wrapping `debug(dbg)` --- source/libpb.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/libpb.d b/source/libpb.d index 330d9a1..3bdb1bc 100644 --- a/source/libpb.d +++ b/source/libpb.d @@ -114,8 +114,6 @@ public class PocketBase // Append the filter queryStr ~= cmp(filter, "") == 0 ? "" : "&filter="~filter; - - writeln(queryStr); try {