diff --git a/test/src/schema-tester.ts b/test/src/schema-tester.ts index 71633e4a..308c818c 100644 --- a/test/src/schema-tester.ts +++ b/test/src/schema-tester.ts @@ -45,7 +45,6 @@ export namespace Schema { schemas: schemas, }; let rootfolder = Files.RootFolder(); - console.log("grabbing files from", rootfolder); if (!rootfolder.endsWith("/")) rootfolder += "/"; rootfolder = path.normalize(rootfolder);