commit | 752fda3e5255bd6e0f08c4e2498b0bf7af15c321 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Thu Apr 06 22:33:18 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Thu Apr 06 21:27:23 2023 +0000 |
tree | 4d5988cda4a004cf5d217a481fc247fbee72df03 | |
parent | aadeb798a1f92b3d69ec7d6cde1b4567c2140452 [diff] |
m/p/smbios: remove print This was accidentally left in there from debugging. Change-Id: I20d9903e5d7ce67dbe171869848696a00f9711ed Reviewed-on: https://review.monogon.dev/c/monogon/+/1517 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/metropolis/pkg/smbios/smbios.go b/metropolis/pkg/smbios/smbios.go index 0749110..1c8ae69 100644 --- a/metropolis/pkg/smbios/smbios.go +++ b/metropolis/pkg/smbios/smbios.go
@@ -122,7 +122,6 @@ } tbl.SystemInformationRaw = &systemInfo case structTypeBaseboardInformation: - fmt.Println(s) var baseboardInfo BaseboardInformationRaw if err := UnmarshalStructureRaw(s, &baseboardInfo); err != nil { return nil, fmt.Errorf("failed unmarshaling Baseboard Information: %w", err)