mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Only import std io on debug(poodinisVerbose)
This commit is contained in:
parent
d5959080d6
commit
d93fba4c8a
|
@ -26,9 +26,9 @@ import std.algorithm : canFind;
|
||||||
import std.traits : fullyQualifiedName, hasUDA, BaseTypeTuple;
|
import std.traits : fullyQualifiedName, hasUDA, BaseTypeTuple;
|
||||||
import std.meta : AliasSeq;
|
import std.meta : AliasSeq;
|
||||||
|
|
||||||
debug
|
debug (poodinisVerbose)
|
||||||
{
|
{
|
||||||
import std.stdio;
|
import std.stdio : writeln;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue