From ae0b326fbd289e889396a3741ca7e9c0a0af12a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Thu, 22 Feb 2018 14:09:20 +0100 Subject: [PATCH] Remove noisy log message. --- source/vibe/internal/async.d | 2 -- 1 file changed, 2 deletions(-) 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;