aboutsummaryrefslogtreecommitdiff
path: root/verifysetup/core/storage.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--verifysetup/core/storage.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/verifysetup/core/storage.go b/verifysetup/core/storage.go
index e7ded32..64b06a1 100644
--- a/verifysetup/core/storage.go
+++ b/verifysetup/core/storage.go
@@ -77,7 +77,6 @@ func CreateHeader(unsignedHash string, signedHash string, diskSize int, tableSiz
binary.BigEndian.PutUint32(disk, uint32(diskSize))
copy(header[190:], disk)
- fmt.Println(tableSize)
db := make([]byte, 4)
binary.BigEndian.PutUint32(db, uint32(tableSize))
copy(header[195:], db)