summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/rpc-server/commands/trex_rpc_cmd_stream.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc-server/commands/trex_rpc_cmd_stream.cpp b/src/rpc-server/commands/trex_rpc_cmd_stream.cpp
index 918ff99b..0f74e19f 100644
--- a/src/rpc-server/commands/trex_rpc_cmd_stream.cpp
+++ b/src/rpc-server/commands/trex_rpc_cmd_stream.cpp
@@ -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());
}