mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Remove debugger statement
This commit is contained in:
parent
159e73c50e
commit
fb09aeb23d
@ -89,7 +89,6 @@ namespace ts.GoToDefinition {
|
||||
}
|
||||
|
||||
export function getReferenceAtPosition(sourceFile: SourceFile, position: number, program: Program): { fileName: string, file: SourceFile } | undefined {
|
||||
debugger;
|
||||
const referencePath = findReferenceInPosition(sourceFile.referencedFiles, position);
|
||||
if (referencePath) {
|
||||
const file = tryResolveScriptReference(program, sourceFile, referencePath);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user