Removed left console.log

This commit is contained in:
Alexander Cerutti
2019-07-09 23:55:21 +02:00
parent 6252f4d6a4
commit 6d39139dc7

View File

@@ -28,7 +28,6 @@ export async function createPass(options: FactoryOptions, additionalBuffers: Bun
overrides: options.overrides
});
} catch (err) {
console.log(err);
throw new Error(formatMessage("CP_INIT_ERROR"));
}
}