cleanup prints

This commit is contained in:
Michael Davidsaver
2017-11-01 15:56:35 -05:00
parent 09c4ab882b
commit 6d466bb847
7 changed files with 7 additions and 60 deletions
+4 -11
View File
@@ -103,20 +103,13 @@ GWServerChannelProvider::createChannel(std::string const & channelName,
return ret; // ignored by caller
}
void GWServerChannelProvider::destroy()
{
std::cout<<"GWServer destory request\n";
}
void GWServerChannelProvider::destroy() {}
GWServerChannelProvider::GWServerChannelProvider(const pva::ChannelProvider::shared_pointer& prov)
:cache(prov)
{
std::cout<<"GW Server ctor\n";
}
GWServerChannelProvider::~GWServerChannelProvider()
{
std::cout<<"GW Server dtor\n";
}
{}
GWServerChannelProvider::~GWServerChannelProvider() {}
void ServerConfig::drop(const char *client, const char *channel)
{