Skip to content

Commit

Permalink
removed debug line (#8026)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgschuey authored Mar 20, 2024
1 parent 5dc810b commit c99002a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,6 @@ namespace xdp {
// NOTE: for now, assume a single partition
auto partitionCols = xdp::aie::getPartitionStartColumns(handle);
auto startCol = partitionCols.at(0);
std::cout << "Using partition starting column of " << +startCol << std::endl;

//Start recording the transaction
XAie_StartTransaction(&aieDevInst, XAIE_TRANSACTION_DISABLE_AUTO_FLUSH);
Expand Down

0 comments on commit c99002a

Please sign in to comment.