Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Oct 16, 2023
1 parent f277d11 commit 31435d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/panels/analysis/LogsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default function LogsPanel() {
const { data, mutate } = useSWR(
["logs", engine.path, activeTab],
async () => {
console.log("fetching logs");
return unwrap(await commands.getEngineLogs(engine.path, activeTab!));
}
);
Expand Down

0 comments on commit 31435d5

Please sign in to comment.