Removed a TODO left

This commit is contained in:
Alexander Cerutti
2019-07-27 00:53:37 +02:00
parent 9aa151ebb3
commit 0175a2858e

View File

@@ -46,7 +46,6 @@ export async function getModelContents(model: FactoryOptions["model"]) {
);
if (!isModelInitialized) {
// @TODO: set a good error message
throw new Error(formatMessage("MODEL_UNINITIALIZED", "parse result"));
}