Remove old comment

This commit is contained in:
henrynguyen5 2018-02-07 18:19:47 -05:00
parent f113834a77
commit e5903b55c8

View File

@ -20,7 +20,6 @@ export interface ChangeLanguageAction {
/*** Change Node ***/
export interface ChangeNodeAction {
type: TypeKeys.CONFIG_NODE_CHANGE;
// FIXME $keyof?
payload: {
nodeId: string;
networkId: string;