Get rid of print

This commit is contained in:
Joren Schipman
2024-05-01 23:22:46 +02:00
parent a187f22869
commit 078e8eb77b

View File

@@ -193,8 +193,6 @@ func handleDecrypted(decryptedDataB []byte, uidB []byte) {
panic(err)
}
}
fmt.Println(data[:4])
var fileTDef string
if fileType != nil {