Remove stray console.lgos

This commit is contained in:
Fabio Berger
2018-08-06 10:48:18 -04:00
parent 4527e9ce00
commit ff3c77f7c4
3 changed files with 0 additions and 6 deletions

View File

@@ -86,7 +86,6 @@ export class DocsInfo {
];
}
});
console.log('menuSubsectionsBySection', menuSubsectionsBySection);
return menuSubsectionsBySection;
}
public getTypeDefinitionsByName(docAgnosticFormat: DocAgnosticFormat): { [name: string]: TypeDefinitionByName } {