diff --git a/googletest/src/gtest_main.cc b/googletest/src/gtest_main.cc index 8141caf4..e4d5999f 100644 --- a/googletest/src/gtest_main.cc +++ b/googletest/src/gtest_main.cc @@ -59,7 +59,7 @@ GTEST_API_ int main() { // Normal platforms: program entry point is main, argc/argv are initialized. GTEST_API_ int main(int argc, char **argv) { - printf("Running main() from %s\n", __FILE__); + // printf("Running main() from %s\n", __FILE__); testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); }