Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit d01d105

Browse files
committed
chore: remove console log
1 parent da4aabf commit d01d105

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/js/components/Output.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ interface OutputProps {
1313
const Output: React.FC<OutputProps> = ({ loading, output, skeletonWidths }) => {
1414
const sanitizedOutput = DOMPurify.sanitize(output);
1515

16-
console.log(sanitizedOutput);
17-
1816
return (
1917
<div className="h-screen flex flex-col">
2018
<div className="flex h-14 px-5 items-center justify-between bg-gray-900 border-gray-800">

0 commit comments

Comments
 (0)