Skip to content

Commit

Permalink
remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Sep 13, 2024
1 parent ffd8f23 commit e77ef2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({

Check failure on line 15 in src/index.js

View workflow job for this annotation

GitHub Actions / test (ubuntu-20.04)

Expected indentation of 2 spaces but found 4

Check failure on line 15 in src/index.js

View workflow job for this annotation

GitHub Actions / test (windows-latest)

Expected indentation of 2 spaces but found 4

Check failure on line 15 in src/index.js

View workflow job for this annotation

GitHub Actions / test (macos-latest)

Expected indentation of 2 spaces but found 4
recorderConfig: config.get('@opentermsarchive/engine.recorder'),
fetcherConfig: config.get('@opentermsarchive/engine.fetcher'),
Expand Down

0 comments on commit e77ef2b

Please sign in to comment.