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)