Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-y committed Aug 30, 2024
1 parent a70532c commit 31feec1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/semantics/modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { VoidModule } from "../syntax-objects/module.js";
/** Registers submodules of a parsed module for future import resolution */
export const registerModules = (opts: ParsedModule): VoidModule => {
const { srcPath, files } = opts;
console.log("Std path:");
console.log(stdPath);

const rootModule = new VoidModule({ name: "root" });

Expand Down

0 comments on commit 31feec1

Please sign in to comment.