Get rid of print

This commit is contained in:
Joren Schipman 2024-05-01 23:22:46 +02:00
parent a187f22869
commit 078e8eb77b
Signed by untrusted user who does not match committer: Joren
GPG Key ID: 280E33DFBC0F1B55

View File

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