Remove noisy log message.

This commit is contained in:
Sönke Ludwig 2018-02-22 14:09:20 +01:00
parent c15864f5e2
commit ae0b326fbd

View file

@ -116,8 +116,6 @@ void asyncAwaitAny(bool interruptible, Waitables...)(string func = __FUNCTION__)
debug(VibeAsyncLog) logDebugV("Performing %s async operations in %s", Waitables.length, func);
() @trusted { logDebugV("si %x", &still_inside); } ();
static string waitableCode()
{
string ret;