Removed dead code (comments)

This commit is contained in:
Dominik Moritz Roth 2021-01-29 22:06:51 +01:00
parent 03a2629687
commit e89ad4f62d

View File

@ -141,7 +141,6 @@ class IotaFS_BlobStore():
x = f.read()
sHash = self.uploadData(x,secret)
print(sHash.hex())
#sHash = getSHash(x, "catSecret".encode())
y = self.getData(sHash)
with open("res.jpeg","wb") as f:
f.write(y)