Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 6da7c1b

Browse files
committed
fix: console log remove
1 parent 7d8be8d commit 6da7c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tradingtimes/tradingTimes.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const processData = (markets) => {
6666
// TODO: comeback and use lodash once 'trade module' changes got merged.
6767
const market = markets.filter((m) => (m.display_name == marketname))[0];
6868
const symbols = market && market.submarkets.filter((s) => (s.display_name == submarket_name))[0].instruments;
69-
console.log(symbols)
69+
7070
const rows = (symbols || []).map((sym) => {
7171
return [
7272
sym.display_name,

0 commit comments

Comments
 (0)