Skip to content

Commit 3e181c8

Browse files
authored
Remove missed comment
1 parent 93ed445 commit 3e181c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/c_api/c_api.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,6 @@ void InplacePredictImplCore(std::shared_ptr<DMatrix> p_m,
10361036
learner->BoostedRounds(), &shape, out_dim);
10371037
*out_result = dmlc::BeginPtr(p_predt->HostVector());
10381038
*out_shape = dmlc::BeginPtr(shape);
1039-
// printf("InplacePredictImplCore shape = %u, dim = %u\n", **out_shape, *out_dim);
10401039
}
10411040

10421041
void InplacePredictImpl(std::shared_ptr<DMatrix> p_m, char const *c_json_config, Learner *learner,

0 commit comments

Comments
 (0)