Removed forgotten console.log in abstract

This commit is contained in:
Alexander Cerutti
2020-09-05 23:57:43 +02:00
parent 9e90b4963b
commit 7430ecbbb9

View File

@@ -39,7 +39,6 @@ export async function createAbstractModel(options: AbstractFactoryOptions) {
overrides: options.overrides
});
} catch (err) {
console.log(err);
throw new Error(formatMessage("CP_INIT_ERROR", "abstract model", err));
}
}