cleanup
authorHanoh Haim <[email protected]>
Tue, 16 Feb 2016 08:37:17 +0000 (10:37 +0200)
committerHanoh Haim <[email protected]>
Tue, 16 Feb 2016 08:37:17 +0000 (10:37 +0200)
src/rpc-server/commands/trex_rpc_cmd_stream.cpp

index 918ff99..0f74e19 100644 (file)
@@ -61,7 +61,6 @@ TrexRpcCmdAddStream::_run(const Json::Value &params, Json::Value &result) {
     if (cnt<0 || cnt >= UINT16_MAX) {
         std::stringstream ss;
         ss << "bad action_count provided: should be between " << 0 << " and " << UINT16_MAX;
-        printf(" %s \n",ss.str().c_str());
         delete stream;
         generate_execute_err(result, ss.str()); 
     }