Skip to content

Commit 55d157e

Browse files
committed
remove accidental debug output
1 parent cbd3674 commit 55d157e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/context.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,6 @@ export class Context {
972972
this.pathstart = cmd[1];
973973
}
974974
}
975-
console.log("goinb back to path start", this.pathstart);
976975
this.path.push([PATH_COMMAND.LINE, this.pathstart]);
977976
this._closed = true;
978977
}

0 commit comments

Comments
 (0)