We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063872d commit c4e1a3bCopy full SHA for c4e1a3b
src/features/log/LogsModel.ts
@@ -79,7 +79,6 @@ export function queryLogsVolume<TQuery extends DataQuery, TOptions extends DataS
79
observer.complete();
80
},
81
next: (dataQueryResponse: DataQueryResponse) => {
82
- console.log('dataQueryResponse', dataQueryResponse);
83
const { errors } = dataQueryResponse;
84
if (errors !== undefined) {
85
observer.next({
0 commit comments