Skip to content

Commit

Permalink
Remove console.log 🤦‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Oct 29, 2023
1 parent 8822187 commit 6d537c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kicanvas/services/github-vfs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export class GitHubFileSystem extends VirtualFileSystem {
// Link to non-kicad file, try using the containing directory.
info.type = "tree";
info.path = dirname(info.path!);
console.log(info);
}
}

Expand Down

0 comments on commit 6d537c3

Please sign in to comment.