Skip to content

Commit 68bde3f

Browse files
committed
sanity
1 parent 7d8be2b commit 68bde3f

File tree

1 file changed

+0
-6
lines changed
  • airbyte-integrations/connectors/source-postgres/src/main/kotlin/io/airbyte/integrations/source/postgres

1 file changed

+0
-6
lines changed

airbyte-integrations/connectors/source-postgres/src/main/kotlin/io/airbyte/integrations/source/postgres/PostgresSource.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ private val log = KotlinLogging.logger {}
1010
object PostgresSource {
1111
@JvmStatic
1212
fun main(args: Array<String>) {
13-
args.forEachIndexed { index, arg -> // TEMP
14-
log.info { "***$index $arg" }
15-
if (index in listOf(2, 4, 6)) {
16-
log.info { (File(arg).readText()) }
17-
}
18-
}
1913
AirbyteSourceRunner.run(*args)
2014
}
2115
}

0 commit comments

Comments
 (0)