Skip to content

Commit

Permalink
Removed cout statements from BMTF packer
Browse files Browse the repository at this point in the history
  • Loading branch information
dinyar committed Oct 28, 2020
1 parent f2ff02b commit 62a5f32
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ namespace l1t {

blocks.push_back(block);

/*
//debug from here
std::cout << "block id : " << block.header().getID() << std::endl;
std::cout << "payload created : " << std::endl;
for (auto &word : block.payload())
std::cout << std::bitset<32>(word).to_string() << std::endl;
//debug up to here
*/

return blocks;
}

Expand Down

0 comments on commit 62a5f32

Please sign in to comment.