diff --git a/packages/desktop-client/src/components/accounts/TransactionList.js b/packages/desktop-client/src/components/accounts/TransactionList.js
index 078130d7e963d1df3cccba4eb748f2e3ab54c56b..eb030b3179fc9ab0297cc61442f0a7bfb9a65437 100644
--- a/packages/desktop-client/src/components/accounts/TransactionList.js
+++ b/packages/desktop-client/src/components/accounts/TransactionList.js
@@ -163,7 +163,6 @@ export default function TransactionList({
 
   let onManagePayees = useCallback(
     id => {
-      debugger;
       history.push('/payees', { selectedPayee: id });
     },
     [history]