From cffcd889dd5c6ec7075b21e60e88796decd7eba1 Mon Sep 17 00:00:00 2001 From: Owen Green Date: Thu, 11 Jun 2020 12:41:18 +0100 Subject: [PATCH] Remove debug detritus --- include/FluidSCWrapper.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/FluidSCWrapper.hpp b/include/FluidSCWrapper.hpp index 34b80eb..f480e4b 100644 --- a/include/FluidSCWrapper.hpp +++ b/include/FluidSCWrapper.hpp @@ -756,10 +756,8 @@ struct LifetimePolicy new (static_cast(unit)) Wrapper(std::move(controlsReader),std::move(client),std::move(params)); } - static void destroyClass(Unit* unit) { - std::cout << "Regsitry size :" << mClientRegistry.size() << '\n'; - static_cast(unit)->~Wrapper(); - + static void destroyClass(Unit* unit) { + static_cast(unit)->~Wrapper(); } static void setup(InterfaceTable* ft, const char* name)