mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 20:25:26 +00:00
Removed forgotten console.log in abstract
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user