Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-costas committed May 6, 2024
1 parent fb75954 commit f87a22c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions overlord/snapstate/agentnotify/agentnotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ package agentnotify
import (
"context"
"errors"
"fmt"

"github.com/snapcore/snapd/features"
"github.com/snapcore/snapd/logger"
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit f87a22c

Please sign in to comment.