From ead14c3d433737a9284e8a054d62a06e008525cd Mon Sep 17 00:00:00 2001 From: Nicholas Sarkauskas Date: Fri, 28 Jun 2024 00:25:55 +0300 Subject: [PATCH] remove debug print --- test/gtest/core/test_mc_cuda.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/gtest/core/test_mc_cuda.cc b/test/gtest/core/test_mc_cuda.cc index e2ff35bb34..867b268f3d 100644 --- a/test/gtest/core/test_mc_cuda.cc +++ b/test/gtest/core/test_mc_cuda.cc @@ -62,7 +62,6 @@ class test_mc_cuda : public ucc::test { }; if (UCC_OK != ucc_mc_available(UCC_MEMORY_TYPE_CUDA)) { - printf("nick cuda mc not avail\n"); GTEST_SKIP(); }