Silent debug

This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-29 17:14:36 +02:00
parent 4046f15230
commit e5e75f1712
1 changed files with 4 additions and 1 deletions

View File

@ -159,7 +159,10 @@ public class PocketBase
}
else
{
pragma(msg, "Yaa");
debug(dbg)
{
pragma(msg, "Yaa");
}
builtJSON[structNames[cnt]] = to!(string)(structValues[cnt]);
}
}