Remove obsolete comments & TODOs

pull/10616/head
Jared Scheib 2018-05-09 13:58:37 -07:00
parent fc87409adf
commit 6d1c24677a
2 changed files with 0 additions and 4 deletions

View File

@ -164,7 +164,6 @@ export const removeFuncs = (
},
})
// TODO: shift may not be string
interface TimeShiftAction {
type: 'KAPA_TIME_SHIFT'
payload: {
@ -172,7 +171,6 @@ interface TimeShiftAction {
shift: TimeShift
}
}
// TODO: shift may not be string
export const timeShift = (
queryID: string,
shift: TimeShift

View File

@ -18,8 +18,6 @@ import {
ApplyFuncsToFieldArgs,
} from 'src/types'
// export const editRawTextAsync = () => Promise.resolve()
export const chooseNamespace = (
query: QueryConfig,
namespace: Namespace,