diff --git a/core/src/Cuda/Kokkos_CudaSpace.cpp b/core/src/Cuda/Kokkos_CudaSpace.cpp index 7559bc045bc..b5fe02b3fe0 100644 --- a/core/src/Cuda/Kokkos_CudaSpace.cpp +++ b/core/src/Cuda/Kokkos_CudaSpace.cpp @@ -243,7 +243,6 @@ bool initializeMempool(const int device_id, const cudaStream_t stream, size_t n_bytes = static_cast(std::ceil(requested_size)); if (!(n_bytes > 0)) return false; - std::cout << "Allocating " << n_bytes << " bytes for mempool\n"; // We set up the default memory pool // This requires us to a) grab the default memory pool for the device