From f87a22c01a3cfdf7e2dae6e33759ab7a8d3a02b2 Mon Sep 17 00:00:00 2001 From: Sergio Costas Rodriguez Date: Mon, 6 May 2024 11:41:41 +0200 Subject: [PATCH] Remove debug print --- overlord/snapstate/agentnotify/agentnotify.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/overlord/snapstate/agentnotify/agentnotify.go b/overlord/snapstate/agentnotify/agentnotify.go index 06e50b6e0bd..75fa58b0db7 100644 --- a/overlord/snapstate/agentnotify/agentnotify.go +++ b/overlord/snapstate/agentnotify/agentnotify.go @@ -22,7 +22,6 @@ package agentnotify import ( "context" "errors" - "fmt" "github.com/snapcore/snapd/features" "github.com/snapcore/snapd/logger" @@ -90,7 +89,6 @@ var sendClientFinishRefreshNotification = func(st *state.State, snapsup *snapsta return } - fmt.Println("Checking hasActiveConnection") markerExists, err := snapstate.HasActiveConnection(st, "snap-refresh-observe") if err != nil { logger.Noticef("Cannot send notification about pending refresh: %v", err)