diff --git a/util/env_posix.cc b/util/env_posix.cc index 2be524e95..15ba161de 100644 --- a/util/env_posix.cc +++ b/util/env_posix.cc @@ -1393,9 +1393,6 @@ class PosixEnv : public Env { nullptr, &ThreadPool::BGThreadWrapper, this)); - fprintf(stdout, - "Created bg thread 0x%lx\n", - (unsigned long)t); // Set the thread name to aid debugging #if defined(_GNU_SOURCE) && defined(__GLIBC_PREREQ)