Skip to content

Commit 00e588d

Browse files
committed
Remove console.log
1 parent 8778e04 commit 00e588d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

typescript-json-schema.ts

-4
Original file line numberDiff line numberDiff line change
@@ -662,10 +662,6 @@ export function generateSchema(program: ts.Program, fullTypeName: string, args =
662662
const inheritingTypes: { [baseName: string]: string[] } = {};
663663

664664
program.getSourceFiles().forEach((sourceFile, sourceFileIdx) => {
665-
/*console.log(sourceFile.fileName);
666-
if(sourceFile.fileName.indexOf("main.ts") > -1) {
667-
debugger;
668-
} */
669665
function inspect(node: ts.Node, tc: ts.TypeChecker) {
670666

671667
if (node.kind == ts.SyntaxKind.ClassDeclaration

0 commit comments

Comments
 (0)