Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
  • Loading branch information
kavithacm committed Oct 26, 2022
1 parent 48c48c2 commit 07689ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ export const Search = (props: any) => {
/>
);

// console.log("span value: ", spanValue);

return (
<div className="globalQueryBar">
<EuiFlexGroup gutterSize="s" justifyContent="flexStart" alignItems="flexStart">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -968,8 +968,6 @@ export const Explorer = ({
// parse stats section on every search
const statsTokens = queryManager.queryParser().parse(tempQuery).getStats();
const updatedDataConfig = getUpdatedDataConfig(statsTokens);
// console.log("updatedDataConfig: ",updatedDataConfig);
// setSpanValue(updatedDataConfig);
await dispatch(
changeVizConfig({
tabId,
Expand Down

0 comments on commit 07689ab

Please sign in to comment.