removing unnesesary console.log
This commit is contained in:
parent
72b86ee3dc
commit
abdd81efde
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user