diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp
index 8a063e929..89f5cb9ba 100644
--- a/controller/PostgreSQL.cpp
+++ b/controller/PostgreSQL.cpp
@@ -794,7 +794,7 @@ void PostgreSQL::heartbeat()
 	const char *hostname = hostnameTmp;
 
 	while (_run == 1) {
-		fprintf(stderr, "%s: heartbeat\n", controllerId);
+		// fprintf(stderr, "%s: heartbeat\n", controllerId);
 		auto c = _pool->borrow();
 		int64_t ts = OSUtils::now();