Remove debug printout

This commit is contained in:
Tobias Blomberg 2020-07-28 11:40:20 +02:00
parent b38dff32ec
commit daab01be89
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ bool Squelch::initialize(Async::Config& cfg, const std::string& rx_name)
unsigned timeout = 0;
if (cfg.getValue(rx_name, CFG_SQL_TIMEOUT, timeout))
{
std::cout << "### Squelch::intialize: timeout=" << timeout << std::endl;
setSqlTimeout(timeout);
}