Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razdoburdin committed Feb 7, 2024
1 parent eda60b7 commit 7b3bcb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugin/sycl/data.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,7 @@ struct DeviceMatrix {
total_offset = data_offset;
}

~DeviceMatrix() {
LOG(WARNING) << "DeviceMatrix::~DeviceMatrix().";
}
~DeviceMatrix() {}
};
} // namespace sycl
} // namespace xgboost
Expand Down

0 comments on commit 7b3bcb7

Please sign in to comment.