summaryrefslogtreecommitdiff
path: root/setup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cpp')
-rw-r--r--setup.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cpp b/setup.cpp
index 7ee2f82..0481f51 100644
--- a/setup.cpp
+++ b/setup.cpp
@@ -4,7 +4,6 @@
#include <algorithm>
#include <functional>
#include <iostream>
-#include <numeric>
#include <sstream>
#include <getopt.h>
#include <stdint.h>
@@ -66,7 +65,6 @@ char const* Setup::CommandLineHelp() const
bool Setup::ParseSetupEntry( char const* name, char const* value )
{
- cout << "Parsing " << name << " = " << value << endl;
if ( strcmp( name, "LastChannel" ) == 0 ) m_lastChannel = atoi( value );
else return false;
return true;