From 206acd3c8ee400ee1936d83ba2a5bb823a647828 Mon Sep 17 00:00:00 2001 From: Toil <62353659+ilyhalight@users.noreply.github.com> Date: Fri, 9 Aug 2024 22:21:56 +0300 Subject: [PATCH] removed console.log --- sharex.js | 1 - 1 file changed, 1 deletion(-) diff --git a/sharex.js b/sharex.js index b352e54..2161add 100644 --- a/sharex.js +++ b/sharex.js @@ -8,7 +8,6 @@ try { const args = process.argv.slice(2); const result = await new OCRClient().scanByFile(args[0]); - console.log(result); clipboardy.writeSync(result.data.text); } catch (e) { console.error("Error occurred:");