diff --git a/dlt-connector/src/index.ts b/dlt-connector/src/index.ts index 835a1cef5..95f0068ce 100644 --- a/dlt-connector/src/index.ts +++ b/dlt-connector/src/index.ts @@ -140,7 +140,4 @@ main().catch((e) => { console.error(e) process.exit(1) }) -function exitHook(arg0: () => void) { - throw new Error('Function not implemented.') -}