From e5e75f171253e571b314229d12b58f2b4365c628 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 29 Dec 2022 17:14:36 +0200 Subject: [PATCH] Silent debug --- source/libpb.d | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/libpb.d b/source/libpb.d index 4307bcd..694d0ed 100644 --- a/source/libpb.d +++ b/source/libpb.d @@ -159,7 +159,10 @@ public class PocketBase } else { - pragma(msg, "Yaa"); + debug(dbg) + { + pragma(msg, "Yaa"); + } builtJSON[structNames[cnt]] = to!(string)(structValues[cnt]); } }