diff -r 14989b339e5d -r f402435be429 client/src/actions/notesActions.js --- a/client/src/actions/notesActions.js Tue Jun 20 19:04:42 2017 +0200 +++ b/client/src/actions/notesActions.js Tue Jun 20 19:05:01 2017 +0200 @@ -17,10 +17,3 @@ } }; } - -export const loadNotesBySession = (session) => { - return { - type: types.LOAD_NOTES_BY_SESSION, - session: session - } -}