Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit 26ba7e6

Browse files
committed
Remove test print
1 parent 5c2f772 commit 26ba7e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

march_hardware/src/IMotionCube.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ uint32_t IMotionCube::computeSWCheckSum(int& start_address, int& end_address)
380380
uint16_t sum = 0;
381381
std::string delimiter = "\n";
382382
std::string token;
383-
std::cout << sw_string_.size() << "\n";
384383
while ((pos = sw_string_.find(delimiter, old_pos)) != std::string::npos)
385384
{
386385
token = sw_string_.substr(old_pos, pos - old_pos);

0 commit comments

Comments
 (0)