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

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