diff --git a/chart/templates/NOTES.txt b/chart/templates/NOTES.txt
index b18377187bacb2358695c82dd7d7e609c1ff3178..a2d641360f8f28c29d3d02a0ef075e9c3832848e 100644
--- a/chart/templates/NOTES.txt
+++ b/chart/templates/NOTES.txt
@@ -126,7 +126,7 @@ PLATFORM ONE LOGGING WARNING:
   {{- end }}
 {{- end }}
 
-{{- if and (or $.Values.promtail.enabled $.Values.loki.enabled) (or .Values.logging.enabled .Values.clusterAuditor.enabled) }}
+{{- if and (or $.Values.promtail.enabled $.Values.loki.enabled) .Values.logging.enabled }}
 PLATFORM ONE LOGGING WARNING:
   You have enabled both promtail/loki and efk logging.  This is permitted during beta testing of promtail/loki.
   After the beta period, only one logging stack will be supported at one time, with the PLG stack becoming the default supported stack.