remove log

This commit is contained in:
MuslemRahimi 2024-10-08 20:10:27 +02:00
parent 3db4011a92
commit efcf762549

View File

@ -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;