From 1fb969acac6c646cc7f8a410b2a6e073365d7bac Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Wed, 1 Mar 2017 10:04:31 -0800 Subject: [PATCH] Remove dead function --- ui/src/utils/queryUrlGenerator.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ui/src/utils/queryUrlGenerator.js b/ui/src/utils/queryUrlGenerator.js index 79c99ca06..c6153ea87 100644 --- a/ui/src/utils/queryUrlGenerator.js +++ b/ui/src/utils/queryUrlGenerator.js @@ -1,11 +1,5 @@ import AJAX from 'utils/ajax'; -// TODO: delete this once all references -// to it have been removed -export function buildInfluxUrl() { - return "You dont need me anymore"; -} - export function proxy({source, query, db, rp}) { return AJAX({ method: 'POST',