Skip to content

Commit 90df6a0

Browse files
committed
fix: removed console log
1 parent 8824acd commit 90df6a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/datasource.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export class DataSource
5858
}
5959
const reqData = buildQuery(target, timestamps, this.streamFields, options.app, this.timestampColumn);
6060
if (JSON.stringify(reqData) === this.cachedQuery.requestQuery) {
61-
console.log('returning cached data');
6261
return this.cachedQuery.data
6362
?.then((res) => {
6463
if (target?.refId?.includes(REF_ID_STARTER_LOG_VOLUME)) {

0 commit comments

Comments
 (0)