diff --git a/unit_tests/Test_ShiftGELUImpl.cpp b/unit_tests/Test_ShiftGELUImpl.cpp
index 16c8e405496b8dfcb3e7a26e4e536d7403d865ce..86e747e735eccb397caa8062f52c2561e8ef759d 100644
--- a/unit_tests/Test_ShiftGELUImpl.cpp
+++ b/unit_tests/Test_ShiftGELUImpl.cpp
@@ -126,7 +126,6 @@ TEST_CASE("[gpu/operator] ShiftGELU(forward)", "[ShiftGELU][GPU]") {
             sum += fabs(computedOutput[i] - targetOutput);
         }
         sum = sum / output_GELU->size();
-        std::cout << sum << "\n";
         REQUIRE(sum < 1.5e-1);
 
         delete[] computedOutput;