Skip to content

Commit cc50370

Browse files
committed
fix: Remove missleading log
1 parent c5d5df0 commit cc50370

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/controller/postgresql/postgresqlpublication_controller.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ func (r *PostgresqlPublicationReconciler) mainReconcile(
248248
}
249249
} else {
250250
// Update case
251-
reqLogger.Info("Publication update case detected")
252-
253251
// Need to check if status hash is the same or not to force renew or not
254252
if hash != instance.Status.Hash {
255253
reqLogger.Info("Specs are different, update need to be done")

0 commit comments

Comments
 (0)