Merge pull request #107 from Permissionless-Software-Foundation/ct-unstable

Reducing debug console logs
This commit is contained in:
Chris Troutner
2025-09-16 10:22:09 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

+2 -2
View File
@@ -816,7 +816,7 @@ class OfferUseCases {
try {
// Retrieve offers array.
const offers = await this.adapters.nostr.read()
console.log('offers: ', offers)
// console.log('offers: ', offers)
for (let i = 0; i < offers.length; i++) {
try {
@@ -827,7 +827,7 @@ class OfferUseCases {
// Append the Nostr Event ID to the offer object
offerObj.data.nostrEventId = offer.eventId
console.log('loadOffers() offerObj: ', offerObj)
// console.log('loadOffers() offerObj: ', offerObj)
if (offerObj.data.dataType === 'offer') {
// Try to create new offer