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