Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
Nicholas Sarkauskas committed Jun 27, 2024
1 parent dc6dffe commit ead14c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/gtest/core/test_mc_cuda.cc
Original file line number Diff line number Diff line change
@@ -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();
}

0 comments on commit ead14c3

Please sign in to comment.