Removed stray debug print

This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-30 16:10:19 +02:00
parent 4db1d40759
commit 960eef4934
1 changed files with 0 additions and 1 deletions

View File

@ -182,7 +182,6 @@ public class PocketBase
}
catch(JSONException e)
{
writeln(e);
throw new PocketBaseParsingException();
}
}