From c9b324c68bddf378f91acc6fbe41bfaa93cc3b73 Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Sun, 6 Mar 2016 08:54:38 -0700 Subject: [PATCH] Remove additional references to rethink --- app/containers/App.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/containers/App.jsx b/app/containers/App.jsx index 551cc49..624a608 100644 --- a/app/containers/App.jsx +++ b/app/containers/App.jsx @@ -43,10 +43,6 @@ class App extends React.Component { } entriesTapped = () => { - r.table('notes').getAll('jyapayne@gmail.com', {index: 'account_id'}).run().then( - function(notes){ - } - ) }; handleRequestClose = () => {