Remove debug detritus

nix
Owen Green 6 years ago
parent 61a74c66e8
commit cffcd889dd

@ -757,9 +757,7 @@ struct LifetimePolicy<Client, Wrapper,std::false_type, std::true_type>
}
static void destroyClass(Unit* unit) {
std::cout << "Regsitry size :" << mClientRegistry.size() << '\n';
static_cast<Wrapper*>(unit)->~Wrapper();
}
static void setup(InterfaceTable* ft, const char* name)

Loading…
Cancel
Save