From ccb8ff59bcdee00c1a3b535157deeca6012f01f5 Mon Sep 17 00:00:00 2001 From: Aditya Thebe Date: Mon, 4 Mar 2024 17:04:42 +0545 Subject: [PATCH] chore: cleanup --- .vscode/settings.json | 7 ------- upstream/jobs.go | 1 - 2 files changed, 8 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f1978a2a..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "cSpell.words": [ - "hstore", - "oldrow", - "unpushed" - ] -} \ No newline at end of file diff --git a/upstream/jobs.go b/upstream/jobs.go index 371cdd78..d4785e5c 100644 --- a/upstream/jobs.go +++ b/upstream/jobs.go @@ -56,7 +56,6 @@ func ReconcileSome(ctx context.Context, config UpstreamConfig, batchSize int, ru var count int for _, table := range reconciledTables { if len(runOnly) > 0 && !lo.Contains(runOnly, table.TableName()) { - ctx.Tracef("skipping reconciliation of table %s", table.TableName()) continue }