chore: clean upo

This commit is contained in:
Galen 2025-10-07 14:57:03 -05:00
parent 0954dc9217
commit 0b84ae5b54
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ export class TestDataDataSource extends DataSourceWithBackend<TestDataDataQuery>
],
};
}
console.log('dataFrame', dataFrame);
return of({ key: target.refId, data: [dataFrame] }).pipe(delay(100));
}