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 = () => {