diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-02-16 10:37:17 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-02-16 10:37:17 +0200 |
commit | 87db742206d5322c9f6de9b0a58413470e03ee12 (patch) | |
tree | 4f703301ffa872e54ebc5a9a1026aa8a4d068666 /src | |
parent | 101c92840d9818866ea59e866a889a4b01e1fa97 (diff) |
cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/rpc-server/commands/trex_rpc_cmd_stream.cpp | 1 |
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 ¶ms, 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()); } |