summaryrefslogtreecommitdiffstats
path: root/src/rpc-server/commands/trex_rpc_cmd_stream.cpp
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-02-16 10:37:17 +0200
committerHanoh Haim <hhaim@cisco.com>2016-02-16 10:37:17 +0200
commit87db742206d5322c9f6de9b0a58413470e03ee12 (patch)
tree4f703301ffa872e54ebc5a9a1026aa8a4d068666 /src/rpc-server/commands/trex_rpc_cmd_stream.cpp
parent101c92840d9818866ea59e866a889a4b01e1fa97 (diff)
cleanup
Diffstat (limited to 'src/rpc-server/commands/trex_rpc_cmd_stream.cpp')
-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());
}