Skip to content

Commit

Permalink
Forgot to remove local log
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lischke committed Nov 18, 2024
1 parent ac69a79 commit 79f96a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/TestActionTranslation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { SemanticPipeline } from "../src/semantics/SemanticPipeline.js";
import { Grammar } from "../src/tool/Grammar.js";
import type { LexerGrammar } from "../src/tool/LexerGrammar.js";
import { ErrorQueue } from "./support/ErrorQueue.js";
import { writeFileSync } from "node:fs";

describe("TestActionTranslation", () => {
const attributeTemplate =
Expand Down Expand Up @@ -67,7 +66,7 @@ describe("TestActionTranslation", () => {
const outputFileST = gen.generateParser(false);
const output = outputFileST.render(72);

writeFileSync("/Users/mike/Downloads/output.txt", output);
//writeFileSync("/Users/mike/Downloads/output.txt", output);

const b = "#" + actionName + "#";
const start = output.indexOf(b);
Expand Down

0 comments on commit 79f96a0

Please sign in to comment.