We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5454fa7 commit 57f388cCopy full SHA for 57f388c
pkg/board/os_image.go
@@ -37,7 +37,6 @@ func GetOSImageVersion(conn remote.RemoteConn) string {
37
defer f.Close()
38
39
if version, ok := parseOSImageVersion(f); ok {
40
- slog.Info("found OS Image version", "version", version)
41
return version
42
}
43
slog.Warn("Unable to find OS Image version", "using_default", R0_IMAGE_VERSION_ID)
0 commit comments