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,