diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
index 5f4cf93a24900d62665ed037de3348e2091e2fb4..6c8e31269c51d5f4daa2be1f4ef30f38604c5a59 100644
--- a/src/include/pg_config_manual.h
+++ b/src/include/pg_config_manual.h
@@ -218,7 +218,7 @@
  * Enable debugging print statements for WAL-related operations; see
  * also the wal_debug GUC var.
  */
-#define WAL_DEBUG
+/* #define WAL_DEBUG */
 
 /*
  * Enable tracing of resource consumption during sort operations;