Skip to content

Commit 3c50dca

Browse files
committed
Remove debugging guff
1 parent d8959f6 commit 3c50dca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/project/document.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ export abstract class BaseProjectDocument implements ProjectDocument {
175175
* @returns a number for some reason.
176176
*/
177177
registerSymbolInformation = (element: HasSymbolInformation): number => {
178-
console.debug(`Registering symbol for ${element.symbolInformation.name}`);
179178
return this._symbolInformations.push(element.symbolInformation);
180179
};
181180
}

0 commit comments

Comments
 (0)