Skip to content

Commit

Permalink
remove stray tempfile writes. Closes #1713
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Aug 6, 2022
1 parent 33d62e1 commit 2f45cc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/mapped-text.ts
Expand Up @@ -40,8 +40,6 @@ export function mappedDiff(
return withTiming("mapped-diff", () => {
const sourceLineRanges = rangedLines(source.value).map((x) => x.range);

Deno.writeTextFileSync("/tmp/file1", source.value);
Deno.writeTextFileSync("/tmp/file2", target);
let sourceCursor = 0;

const resultChunks: (string | Range)[] = [];
Expand Down

0 comments on commit 2f45cc6

Please sign in to comment.