Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Aug 9, 2024
1 parent 4b219b2 commit 206acd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sharex.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:");
Expand Down

0 comments on commit 206acd3

Please sign in to comment.