Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
aralyekta committed Jan 28, 2025
1 parent 9612a04 commit 22ebc8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gurubase-frontend/src/components/NewGuru.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export default function NewGuru({

// Add helper function here at the top level
const isSourceProcessing = (source) => {
console.log("source", source);
if (typeof source.id === "string") {
return false;
}
Expand Down Expand Up @@ -2241,9 +2240,6 @@ export default function NewGuru({
...fileSources
];

console.log("displaySources", displaySources);
console.log("processingSources", processingSources);

return displaySources.map((source) => (
<TableRow key={source.id}>
<TableCell className="font-medium">
Expand Down

0 comments on commit 22ebc8c

Please sign in to comment.