Skip to content

Commit 321b235

Browse files
committed
remove debugger statement
1 parent dda24f6 commit 321b235

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/harness/unittests/tsserverProjectSystem.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,6 @@ namespace ts.projectSystem {
19451945
path: "/a/b/app.ts",
19461946
content: "let x = 1;"
19471947
};
1948-
debugger
19491948
const host = createServerHost([f1]);
19501949
const projectFileName = "/a/b/proj.csproj";
19511950
const projectService = createProjectService(host);

0 commit comments

Comments
 (0)