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

Commit 9ea5b08

Browse files
committed
fix--removed redundant console log
1 parent 5fdbe90 commit 9ea5b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigation/menu.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const extractChartableMarkets = (trading_times_data) => {
6262
};
6363

6464
export const refreshMenu = (root, markets, callback) => {
65-
console.log("markets", markets)
65+
6666
if(markets.length == 0){
6767
Object.values(menu_config).map( menu => $(menu).addClass('disabled'));
6868
$.growl.error({message: trade_messages.no_symbol()});

0 commit comments

Comments
 (0)