From f7201a91946441aa1d996483d48417fc4ecc9382 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 20 Jun 2020 18:04:00 +0200 Subject: [PATCH] Remove old todo --- src/wine-host/group-host.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wine-host/group-host.cpp b/src/wine-host/group-host.cpp index 4f1b9950..41ad89a7 100644 --- a/src/wine-host/group-host.cpp +++ b/src/wine-host/group-host.cpp @@ -73,7 +73,6 @@ int __cdecl main(int argc, char* argv[]) { // print a message and exit quietly. This could happen if the host // starts multiple yabridge instances that all use the same plugin group // at the same time. - // TODO: Check if this is printed on the right stream std::cerr << "Another process is already listening on this group's " "socket, connecting to the existing process:" << std::endl;