Remove lost comment

This commit is contained in:
aniampio
2019-12-17 17:36:01 +01:00
parent 671e55f4d5
commit f78ce3f9b6
-4
View File
@@ -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}
}
}