Skip to content

Commit

Permalink
Merge pull request #31969 from dinyar/bmtf_packer_cleanup_11_2_X
Browse files Browse the repository at this point in the history
Removed cout statements from BMTF packer
  • Loading branch information
cmsbuild committed Nov 2, 2020
2 parents dde811b + 62a5f32 commit 59d2873
Showing 1 changed file with 0 additions and 10 deletions.
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 59d2873

Please sign in to comment.