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 8824acd commit 90df6a0Copy full SHA for 90df6a0
src/datasource.ts
@@ -58,7 +58,6 @@ export class DataSource
58
}
59
const reqData = buildQuery(target, timestamps, this.streamFields, options.app, this.timestampColumn);
60
if (JSON.stringify(reqData) === this.cachedQuery.requestQuery) {
61
- console.log('returning cached data');
62
return this.cachedQuery.data
63
?.then((res) => {
64
if (target?.refId?.includes(REF_ID_STARTER_LOG_VOLUME)) {
0 commit comments