Remove dead function
parent
48d19cb47e
commit
1fb969acac
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue