Skip to content

Commit e31c53d

Browse files
committed
another missed logging message
1 parent f6a2508 commit e31c53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c_api/c_api.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ XGB_DLL int XGBoosterInplacePredict(BoosterHandle handle,
10491049
exit(1);
10501050
}
10511051
}
1052-
fprintf (stdout, reinterpret_cast<const char *>(p_m.get()));
1052+
//fprintf (stdout, reinterpret_cast<const char *>(p_m.get()));
10531053
p_m.reset(new data::DMatrixProxy);
10541054
auto stuff = dynamic_cast<data::DMatrixProxy *>(p_m.get());
10551055
auto proxy = new std::shared_ptr<xgboost::data::DMatrixProxy>(new xgboost::data::DMatrixProxy);

0 commit comments

Comments
 (0)