client/src/actions/notesActions.js
changeset 66 f402435be429
parent 62 b2514a9bcd49
child 74 043477fd5c5c
--- 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
-  }
-}