debug switch on trace

This commit is contained in:
0b1kn00b
2022-10-05 10:44:58 +02:00
committed by Nat Quayle Nelson
parent 8a8bc4a985
commit 5710fe0f4d

View File

@@ -17,7 +17,7 @@ class KissFrontend implements FrontendPlugin {
final fields = Kiss.build(file,null,false,context.name);
var pos = Context.makePosition({ file: file, min: 0, max: 999 });
trace(context.name);
#if debug trace(context.name); #end
final type = context.getType();
context.addImport('kiss.Prelude',INormal,pos);
for (field in fields){