mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
console log isn't needed anymore
This commit is contained in:
parent
d3e222c535
commit
2d9769edb8
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ export default function WordCounter() {
|
||||||
return new Error(`Error: ${response.statusText}`);
|
return new Error(`Error: ${response.statusText}`);
|
||||||
}
|
}
|
||||||
const output: string = await response.text();
|
const output: string = await response.text();
|
||||||
console.log(output);
|
|
||||||
setOutput(output);
|
setOutput(output);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Error while converting:", error);
|
console.error("Error while converting:", error);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue