mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +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
|
overrides: options.overrides
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(err);
|
|
||||||
throw new Error(formatMessage("CP_INIT_ERROR", "abstract model", err));
|
throw new Error(formatMessage("CP_INIT_ERROR", "abstract model", err));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user