Skip to content

Commit

Permalink
cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Dec 8, 2023
1 parent 65d6688 commit 50eda8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/data/simple_dmatrix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ SimpleDMatrix::SimpleDMatrix(AdapterT* adapter, float missing, int nthread,
}

this->fmat_ctx_ = ctx;
std::cout << "nnm:" << this->Info().num_nonzero_ << std::endl;
}

SimpleDMatrix::SimpleDMatrix(dmlc::Stream* in_stream) {
Expand Down

0 comments on commit 50eda8e

Please sign in to comment.