Remove stray console.lgos
This commit is contained in:
@@ -86,7 +86,6 @@ export class DocsInfo {
|
||||
];
|
||||
}
|
||||
});
|
||||
console.log('menuSubsectionsBySection', menuSubsectionsBySection);
|
||||
return menuSubsectionsBySection;
|
||||
}
|
||||
public getTypeDefinitionsByName(docAgnosticFormat: DocAgnosticFormat): { [name: string]: TypeDefinitionByName } {
|
||||
|
@@ -259,7 +259,6 @@ export const typeDocUtils = {
|
||||
throw errorUtils.spawnSwitchErr('kindString', entity.kindString);
|
||||
}
|
||||
});
|
||||
console.log('docSection', docSection);
|
||||
return docSection;
|
||||
},
|
||||
_convertCustomType(entity: TypeDocNode, sections: SectionsMap, sectionName: string, docId: string): CustomType {
|
||||
@@ -352,9 +351,6 @@ export const typeDocUtils = {
|
||||
sectionName: string,
|
||||
docId: string,
|
||||
): TypescriptMethod {
|
||||
if (_.isUndefined(entity.signatures)) {
|
||||
console.log(entity);
|
||||
}
|
||||
const signature = entity.signatures[0];
|
||||
const source = entity.sources[0];
|
||||
const hasComment = !_.isUndefined(signature.comment);
|
||||
|
Reference in New Issue
Block a user