remove heartbeat log

This commit is contained in:
Grant Limberg 2021-09-02 16:46:42 -07:00
parent 8b95afa96a
commit c3a42bf590
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -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();