fix: remove stray console log from debugging

This commit is contained in:
CosminPerRam 2024-01-18 01:59:00 +02:00
parent 17f28cd00a
commit b2d45cf24b
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ export default class QueryRunner {
const errors = []
for (const { attempt, retry } of attemptOrder) {
attemptNum++
console.log(attempt.port, retry)
try {
const response = await this._attempt(attempt)