mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
fix(offers): Reducing console logs
This commit is contained in:
@@ -827,7 +827,7 @@ class OfferUseCases {
|
|||||||
|
|
||||||
// Append the Nostr Event ID to the offer object
|
// Append the Nostr Event ID to the offer object
|
||||||
offerObj.data.nostrEventId = offer.eventId
|
offerObj.data.nostrEventId = offer.eventId
|
||||||
console.log('loadOffers() offerObj: ', offerObj)
|
// console.log('loadOffers() offerObj: ', offerObj)
|
||||||
|
|
||||||
if (offerObj.data.dataType === 'offer') {
|
if (offerObj.data.dataType === 'offer') {
|
||||||
// Try to create new offer
|
// Try to create new offer
|
||||||
|
|||||||
Reference in New Issue
Block a user