Remove unneeded debugging output

This commit is contained in:
Ian Barwick
2019-02-26 21:16:11 +09:00
parent b946dce2f0
commit 98b78df16c

View File

@@ -371,9 +371,6 @@ set_primary_last_seen(PG_FUNCTION_ARGS)
LWLockAcquire(shared_state->lock, LW_EXCLUSIVE);
shared_state->primary_last_seen = GetCurrentTimestamp();
elog(INFO,
"primary_last_seen: %s",
timestamptz_to_str( shared_state->primary_last_seen));
LWLockRelease(shared_state->lock);