Remove obsolete comments & TODOs
parent
fc87409adf
commit
6d1c24677a
|
@ -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
|
||||
|
|
|
@ -18,8 +18,6 @@ import {
|
|||
ApplyFuncsToFieldArgs,
|
||||
} from 'src/types'
|
||||
|
||||
// export const editRawTextAsync = () => Promise.resolve()
|
||||
|
||||
export const chooseNamespace = (
|
||||
query: QueryConfig,
|
||||
namespace: Namespace,
|
||||
|
|
Loading…
Reference in New Issue