Skip to content

Commit

Permalink
fix: removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarK06 committed May 25, 2024
1 parent bf17bea commit 22094f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/composables/useLogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,6 @@ const useLogs = () => {
} milliseconds to complete`
);
} catch (e: any) {
console.log(e);
console.log("Error while extracting fields");
}
}
Expand Down Expand Up @@ -2637,7 +2636,6 @@ const useLogs = () => {
true
);
searchObj.data.stream.selectedStreamFields = streamData.schema;
console.log(searchObj.data.stream.selectedStreamFields);
}

if (
Expand Down

0 comments on commit 22094f0

Please sign in to comment.