fix(offers): Reducing console logs

This commit is contained in:
Chris Troutner
2025-09-14 09:52:03 -07:00
parent 2e00230f79
commit 8617cf5fd0
+1 -1
View File
@@ -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