Reducing more console logs

This commit is contained in:
Chris Troutner
2025-09-16 10:04:00 -07:00
parent 8617cf5fd0
commit 442f4ed752
+1 -1
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 {