From 37eb215869334d042e7fc62f30816b617b652814 Mon Sep 17 00:00:00 2001 From: Jared Scheib Date: Mon, 11 Jun 2018 16:26:17 -0700 Subject: [PATCH] Remove obsolete jsdoc comments --- ui/src/dashboards/apis/index.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ui/src/dashboards/apis/index.js b/ui/src/dashboards/apis/index.js index 5aee76fcf1..5719a0b05c 100644 --- a/ui/src/dashboards/apis/index.js +++ b/ui/src/dashboards/apis/index.js @@ -1,9 +1,6 @@ import AJAX from 'utils/ajax' import {proxy} from 'utils/queryUrlGenerator' -// import {Source} from 'src/types' -// import {TemplateQuery} from 'src/types/dashboard' - export function getDashboards() { return AJAX({ method: 'GET', @@ -102,11 +99,6 @@ export const editTemplateVariables = async templateVariable => { } } -// /** -// * @param {Source} source -// * @param {TemplateQuery} templateQuery -// * @returns {Promise} -// */ export const getTempVarValuesBySourceQuery = async (source, templateQuery) => { const { query,