From 4a2a84b8749210fb38ddc6392972ba2f31a60d48 Mon Sep 17 00:00:00 2001 From: EndMove Date: Tue, 15 Mar 2022 17:33:58 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20code=20r=C3=A9siduel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/main.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/main.go b/cmd/main.go index e92d641..770cff3 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -8,7 +8,6 @@ import ( "StoreBackEnd/pkg/protocol/rules/readers" "StoreBackEnd/pkg/protocol/rules/writers" "StoreBackEnd/pkg/utils" - "log" "time" ) @@ -17,11 +16,6 @@ const ( ) func main() { - hash, err := utils.HashFileCompare("D:\\HELMoCrypted.png", "bacf89bd47be38ac445d5519c4e945bbea79c4a1f250cb31579e331e67941939") - if err != nil { - log.Fatal(err) - } - println("Hash : ", hash) utils.NetworkLister() // TODO REMOVE println("StoreBackEnd started !")