From 6481dfacd9ae83c2776fe7e26f3120bc83bb4eb0 Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Mon, 20 Dec 2021 12:02:22 +0530 Subject: [PATCH] remove line comments Signed-off-by: mufaddal motiwala --- plugins/newrelic-dashboard/src/api/NewRelicDashboardClient.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/newrelic-dashboard/src/api/NewRelicDashboardClient.ts b/plugins/newrelic-dashboard/src/api/NewRelicDashboardClient.ts index 5dc42c3711..235d4b8ed8 100644 --- a/plugins/newrelic-dashboard/src/api/NewRelicDashboardClient.ts +++ b/plugins/newrelic-dashboard/src/api/NewRelicDashboardClient.ts @@ -70,8 +70,6 @@ export class NewRelicDashboardClient implements NewRelicDashboardApi { async getDashboardEntity( guid: String, ): Promise { - // let query = "parentId ='"+guid+"'" - // query = `parentId ='${guid}'` const DashboardEntityList = await this.callApi( getDashboardParentGuidQuery, {