From e89ad4f62d7dc35f4241c38b5be2b00fad58f99f Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Fri, 29 Jan 2021 22:06:51 +0100 Subject: [PATCH] Removed dead code (comments) --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 98cd70c..27d2802 100644 --- a/main.py +++ b/main.py @@ -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)