From 3455a79298623887056154cb76f79a50a84cb8e3 Mon Sep 17 00:00:00 2001 From: Joe Dowd Date: Fri, 7 Feb 2020 00:57:24 +0000 Subject: [PATCH] Removed console.log calls --- src/options.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/options.ts b/src/options.ts index 4cd37e12..14f5c942 100644 --- a/src/options.ts +++ b/src/options.ts @@ -105,8 +105,6 @@ async function init() { * @param option */ function setStringConfigOption(value: string, option: string) { - console.log(value); - console.log(option); Config.config[option] = value; }