Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nohayassin committed Aug 4, 2020
1 parent 5a093c0 commit 04e0424
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/fw-logger/rs-fw-logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ int main(int argc, char* argv[])
{
stringstream sstr;
sstr << datetime_string() << " FW_Log_Data:";
//sstr << " " << log_message.get_severity_str();
std::vector<uint8_t> msg_data = log_message.data();
size_t sizeMsg = msg_data.size();
for (int i = 0; i < msg_data.size(); ++i)
{
sstr << char2hex(msg_data[i]) << " ";
Expand Down

0 comments on commit 04e0424

Please sign in to comment.