diff --git a/src/kicanvas/services/github-vfs.ts b/src/kicanvas/services/github-vfs.ts index e1df24d..9eb3e24 100644 --- a/src/kicanvas/services/github-vfs.ts +++ b/src/kicanvas/services/github-vfs.ts @@ -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); } }