console log isn't needed anymore

This commit is contained in:
Theo Leuthardt 2025-02-21 11:59:28 +01:00 committed by GitHub
parent d3e222c535
commit 2d9769edb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,6 @@ export default function WordCounter() {
return new Error(`Error: ${response.statusText}`);
}
const output: string = await response.text();
console.log(output);
setOutput(output);
} catch (error) {
console.error("Error while converting:", error);