Skip to content

Commit

Permalink
remove debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPiechota committed Sep 14, 2024
1 parent 5f5b8c1 commit b93e76d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/randomx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ extern "C" {
}

randomx_dataset *randomx_alloc_dataset(randomx_flags flags) {
fprintf(stderr, "randomx_alloc_dataset: %zu\n", randomx::DatasetSize);
//fail on 32-bit systems if DatasetSize is >= 4 GiB
if (randomx::DatasetSize > std::numeric_limits<size_t>::max()) {
return nullptr;
Expand Down

0 comments on commit b93e76d

Please sign in to comment.