Quiet noisy datafeed debug messages

This commit is contained in:
7400
2024-03-26 22:06:24 -07:00
parent 9232049e61
commit 40b85dcf9c
3 changed files with 9 additions and 12 deletions

View File

@@ -8,6 +8,9 @@ import {useStore} from "@/store/store.js";
import {subOHLC, unsubOHLC} from "@/blockchain/ohlcs.js";
import {socket} from "@/socket.js";
// disable debug messages logging
let console = { log: function() {} }
let feeDropdown = null
let widget = null