Skip to content

Commit e1327a8

Browse files
committed
Removing unnecessary comment
1 parent 11f94f2 commit e1327a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dash/dash-renderer/src/actions/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export const setRequestQueue = createAction(getAction('SET_REQUEST_QUEUE'));
2121
export const insertComponent = createAction(getAction('INSERT_COMPONENT'));
2222
export const removeComponent = createAction(getAction('REMOVE_COMPONENT'));
2323

24-
// Change the variable name of the action
2524
export const onPropChange = createAction(getAction('ON_PROP_CHANGE'));
2625

2726
export function updateProps(payload) {

0 commit comments

Comments
 (0)