From 339c3b0977363afcf160c564cbf446c4093525fb Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Mon, 7 Feb 2022 11:17:38 -0500 Subject: sources/azure: drop debug print (#1249) Remove debug print that snuck in on a previous fixup. Signed-off-by: Chris Patterson --- cloudinit/sources/helpers/azure.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cloudinit/sources/helpers/azure.py b/cloudinit/sources/helpers/azure.py index 1a8cd34f..8e8f5ce5 100755 --- a/cloudinit/sources/helpers/azure.py +++ b/cloudinit/sources/helpers/azure.py @@ -214,7 +214,6 @@ def report_diagnostic_event( msg: str, *, logger_func=None ) -> events.ReportingEvent: """Report a diagnostic event""" - print(msg) if callable(logger_func): logger_func(msg) evt = events.ReportingEvent( -- cgit v1.2.3