Remove noisy log message.
This commit is contained in:
parent
c15864f5e2
commit
ae0b326fbd
|
@ -116,8 +116,6 @@ void asyncAwaitAny(bool interruptible, Waitables...)(string func = __FUNCTION__)
|
||||||
|
|
||||||
debug(VibeAsyncLog) logDebugV("Performing %s async operations in %s", Waitables.length, func);
|
debug(VibeAsyncLog) logDebugV("Performing %s async operations in %s", Waitables.length, func);
|
||||||
|
|
||||||
() @trusted { logDebugV("si %x", &still_inside); } ();
|
|
||||||
|
|
||||||
static string waitableCode()
|
static string waitableCode()
|
||||||
{
|
{
|
||||||
string ret;
|
string ret;
|
||||||
|
|
Loading…
Reference in a new issue