diff --git a/src/index.ts b/src/index.ts index 21f3a44..1c0d49b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -110,7 +110,6 @@ switch (argv.e) { TomgUtils.LogFatalError("Database engine not recognized.", false); throw new Error("Database engine not recognized."); } -console.log(argv.s ? argv.s.toString() : standardSchema) let engine = new Engine(driver, { host: argv.h,