From f78ce3f9b60440e85ee3ad5537fe3c72cdd5b8c4 Mon Sep 17 00:00:00 2001 From: aniampio Date: Tue, 17 Dec 2019 17:36:01 +0100 Subject: [PATCH] Remove lost comment --- src/provider/client_handling/mod.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/provider/client_handling/mod.rs b/src/provider/client_handling/mod.rs index ef6fbad6d3..63ffc00571 100644 --- a/src/provider/client_handling/mod.rs +++ b/src/provider/client_handling/mod.rs @@ -113,10 +113,6 @@ impl ClientRequestProcessor { let mut result = [0u8; 32]; result.copy_from_slice(&auth_token.result().code().to_vec()); AuthToken{value: result} -// let hash= sha2::Sha256::digest(&data).to_vec(); -// let mut result = [0u8; 32]; -// result.copy_from_slice(&hash); -// AuthToken{value: result} } }