Skip to content

Commit

Permalink
remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Nov 15, 2023
1 parent 2442b6f commit 901a229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/entrypoints/localApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ async function localApp() {
console.log('repoDir ', repoDir);

console.log('Begin snooty build...');
const snootyBuildRes = await nextGenParse({ repoDir, commitHash, patchId });
// const snootyBuildRes = await nextGenParse({ repoDir, commitHash, patchId });

console.log(snootyBuildRes.errorText);
// console.log(snootyBuildRes.errorText);

console.log('snooty build complete');

Expand Down

0 comments on commit 901a229

Please sign in to comment.