Chore: remove extra logging (#16688)

This commit is contained in:
Ryan McKinley 2019-04-19 17:21:38 -07:00 committed by GitHub
parent 36d88cc994
commit 2bc76471d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,8 +71,6 @@ export class PanelQueryState {
execute(ds: DataSourceApi, req: DataQueryRequest): Promise<PanelData> {
this.request = req;
console.log('EXXXX', req);
// Return early if there are no queries to run
if (!req.targets.length) {
console.log('No queries, so return early');