Browse Source

[master] Removed debugging leftover from memfile lfc code.

As this is obvious error and the trivial fix I am committing this on my
discretion.
Marcin Siodelski 10 years ago
parent
commit
0905df9de6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/dhcpsrv/memfile_lease_mgr.cc

+ 0 - 1
src/lib/dhcpsrv/memfile_lease_mgr.cc

@@ -199,7 +199,6 @@ LFCSetup::execute() {
         LOG_INFO(dhcpsrv_logger, DHCPSRV_MEMFILE_LFC_EXECUTE)
             .arg(process_->getCommandLine());
         pid_ = process_->spawn();
-        std::cout << process_->getCommandLine() << std::endl;
 
     } catch (const ProcessSpawnError& ex) {
         LOG_ERROR(dhcpsrv_logger, DHCPSRV_MEMFILE_LFC_SPAWN_FAIL);