remove log
This commit is contained in:
parent
3db4011a92
commit
efcf762549
@ -197,7 +197,7 @@ async function toggleUserWatchlist(watchListId: string) {
|
||||
$wsBidPrice = typeof JSON.parse(data)?.bp !== "undefined" ? JSON.parse(data)?.bp : null;
|
||||
$wsAskPrice = typeof JSON.parse(data)?.ap !== "undefined" ? JSON.parse(data)?.ap : null;
|
||||
//console.log('Received message:', $realtimePrice);
|
||||
console.log(JSON.parse(data))
|
||||
|
||||
if ($realtimePrice > previousRealtimePrice) {
|
||||
$priceIncrease = true;
|
||||
previousRealtimePrice = $realtimePrice;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user