We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8959f6 commit 3c50dcaCopy full SHA for 3c50dca
server/src/project/document.ts
@@ -175,7 +175,6 @@ export abstract class BaseProjectDocument implements ProjectDocument {
175
* @returns a number for some reason.
176
*/
177
registerSymbolInformation = (element: HasSymbolInformation): number => {
178
- console.debug(`Registering symbol for ${element.symbolInformation.name}`);
179
return this._symbolInformations.push(element.symbolInformation);
180
};
181
}
0 commit comments