Skip to content

Commit

Permalink
fix(landscape): Remove debug print from Landscape pro service
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Mar 6, 2024
1 parent 78cbec2 commit c80943e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions windows-agent/internal/proservices/landscape/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ func (conn *connection) receiveCommands(e executor) error {
if err := conn.sendInfo(info); err != nil {
log.Warningf(conn.ctx, "Landscape: after completing command: %v", err)
}

log.Infof(conn.ctx, "Landscape: replied to command %s ", commandString(command))
}
}

Expand Down

0 comments on commit c80943e

Please sign in to comment.