From ec805430384dda779a0bd962e611666e30105f99 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Wed, 22 Jul 2020 20:21:14 +0300 Subject: [PATCH] Remove line for debugging --- apps/explorer/lib/explorer/smart_contract/reader.ex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/explorer/lib/explorer/smart_contract/reader.ex b/apps/explorer/lib/explorer/smart_contract/reader.ex index a3bcfeb9df..de04329147 100644 --- a/apps/explorer/lib/explorer/smart_contract/reader.ex +++ b/apps/explorer/lib/explorer/smart_contract/reader.ex @@ -330,9 +330,7 @@ defmodule Explorer.SmartContract.Reader do bytes_to_string(value) end) - values_array_formatted_3 = values_array_formatted ++ values_array_formatted ++ values_array_formatted - - Map.put_new(output, "value", values_array_formatted_3) + Map.put_new(output, "value", values_array_formatted) else Map.put_new(output, "value", bytes_to_string(Enum.at(values, index))) end