Fix: Remove logging of fetched page information in SyncServiceBase

This commit is contained in:
2026-02-28 19:59:50 -05:00
parent d4a0aa1db5
commit 6cee8c1d81

View File

@@ -40,7 +40,6 @@ class SyncServiceBase
break if entries.size < PAGE_SIZE
page += 1
log "Fetched page #{page} of #{@entity.name} from QBO"
end
end