From bd00a795cbd662aa6aeba8bd09a67f7c5f3f6ed1 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Wed, 24 Aug 2022 17:46:59 +1000 Subject: [PATCH] Remove commented-out code --- validator_client/src/http_api/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_client/src/http_api/tests.rs b/validator_client/src/http_api/tests.rs index 6de088c37c..552c11a86c 100644 --- a/validator_client/src/http_api/tests.rs +++ b/validator_client/src/http_api/tests.rs @@ -1,5 +1,5 @@ #![cfg(test)] -// #![cfg(not(debug_assertions))] +#![cfg(not(debug_assertions))] mod keystores;