We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e8a88 commit 667f685Copy full SHA for 667f685
src/pages/Correlation/index.tsx
@@ -128,8 +128,6 @@ const Correlation = () => {
128
setIsCorrelationEnabled(false);
129
};
130
131
- console.log(Object.keys(selectedFields).length);
132
-
133
// View Flags
134
const hasContentLoaded = !schemaLoading && !logsLoading && !streamsLoading;
135
const hasNoData = hasContentLoaded && !errorMessage && tableOpts.pageData.length === 0;
0 commit comments