removing unnesesary console.log

This commit is contained in:
Kononnable 2018-03-13 23:39:10 +01:00
parent 72b86ee3dc
commit abdd81efde

View File

@ -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,