Skip to content

Commit

Permalink
Remove extraneous log
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Aug 10, 2023
1 parent ed9670f commit 2067602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/project/types/manuscript/manuscript-meca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ export const createMecaBundle = async (
);
const isDir = Deno.statSync(otherSupporting).isDirectory;

console.log({ workingDir, relativePath, isDir });
const otherItems = mecaItemsForPath(
workingDir,
relativePath,
Expand Down

0 comments on commit 2067602

Please sign in to comment.