mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 05:58:06 +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
|
// Update price info
|
||||||
$.getJSON("/api/get_price_info", function( data ) {
|
$.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) {
|
if ("price" in data && data["price"] != null) {
|
||||||
price_data = data;
|
price_data = data;
|
||||||
if (price_display_rotate_count == 0) {
|
if (price_display_rotate_count == 0) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user