remove debugger statement

This commit is contained in:
Vladimir Matveev
2016-12-14 15:01:46 -08:00
parent dda24f6d70
commit 321b23525a

View File

@@ -1945,7 +1945,6 @@ namespace ts.projectSystem {
path: "/a/b/app.ts",
content: "let x = 1;"
};
debugger
const host = createServerHost([f1]);
const projectFileName = "/a/b/proj.csproj";
const projectService = createProjectService(host);