From 6d39139dc7969db306abf15a9f2b37c44b8aec70 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Tue, 9 Jul 2019 23:55:21 +0200 Subject: [PATCH] Removed left console.log --- src/factory.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/factory.ts b/src/factory.ts index 5949758..af6b4d4 100644 --- a/src/factory.ts +++ b/src/factory.ts @@ -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")); } }