diff --git a/source/vibe/internal/async.d b/source/vibe/internal/async.d index 473ea08..0712dce 100644 --- a/source/vibe/internal/async.d +++ b/source/vibe/internal/async.d @@ -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;