mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-24 13:38:11 +00:00
Remove console log of price data (#607)
This commit is contained in:
parent
466a1a73bc
commit
e6942153ee
|
@ -383,7 +383,7 @@
|
|||
|
||||
// Update price info
|
||||
$.getJSON("/api/get_price_info", function( data ) {
|
||||
console.log("Price Data: " + JSON.stringify(data))
|
||||
// console.log("Price Data: " + JSON.stringify(data))
|
||||
if ("price" in data && data["price"] != null) {
|
||||
price_data = data;
|
||||
if (price_display_rotate_count == 0) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user