diff --git a/src/index.js b/src/index.js index 0b1ffcf1..2f33fcf6 100644 --- a/src/index.js +++ b/src/index.js @@ -12,7 +12,6 @@ import Reporter from './reporter/index.js'; const require = createRequire(import.meta.url); export default async function track({ services, types, extractOnly, skipPreRun, skipSnapshots, skipReadBack, schedule }) { - console.log('top level track', { services, types, extractOnly, skipPreRun, skipSnapshots, skipReadBack, schedule }); const archivist = new Archivist({ recorderConfig: config.get('@opentermsarchive/engine.recorder'), fetcherConfig: config.get('@opentermsarchive/engine.fetcher'),