From 357ad63bde63d03e0cf425540119b2898d3592f6 Mon Sep 17 00:00:00 2001 From: Vladyslav Burzakovskyy Date: Wed, 22 Jan 2020 14:02:40 +0100 Subject: [PATCH] test-websocket.html: remove debug log :) --- static/test-websocket.html | 1 - 1 file changed, 1 deletion(-) diff --git a/static/test-websocket.html b/static/test-websocket.html index f519cfda..be41e09f 100644 --- a/static/test-websocket.html +++ b/static/test-websocket.html @@ -303,7 +303,6 @@ const method = 'getFiatRatesForTimestamps'; var timestamps = document.getElementById('getFiatRatesForTimestampsList').value.split(","); var currencies = document.getElementById('getFiatRatesForTimestampsCurrency').value.split(","); - console.log(currencies); timestamps = timestamps.map(Number); const params = { timestamps,