- Removed stray `writeln()` without a wrapping `debug(dbg)`

This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-02 14:17:49 +02:00
parent f06dcaf8f5
commit 4bb0c225af
1 changed files with 0 additions and 2 deletions

View File

@ -114,8 +114,6 @@ public class PocketBase
// Append the filter
queryStr ~= cmp(filter, "") == 0 ? "" : "&filter="~filter;
writeln(queryStr);
try
{