diff --git a/ts/smartexit.plugins.ts b/ts/smartexit.plugins.ts index 4b84631..92ce562 100644 --- a/ts/smartexit.plugins.ts +++ b/ts/smartexit.plugins.ts @@ -6,6 +6,5 @@ export { childProcess }; // pushrocks scope import * as lik from '@pushrocks/lik'; import * as smartdelay from '@pushrocks/smartdelay'; -import * as smartlogSourceOra from '@pushrocks/smartlog-source-ora'; -export { lik, smartdelay, smartlogSourceOra }; +export { lik, smartdelay };