From cf446743b3374aff3d1dfee4051f85941c3ca852 Mon Sep 17 00:00:00 2001
From: Jed Fox <git@jedfox.com>
Date: Sun, 1 Jan 2023 10:27:11 -0500
Subject: [PATCH] Remove debugger

---
 .../desktop-client/src/components/accounts/TransactionList.js    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/desktop-client/src/components/accounts/TransactionList.js b/packages/desktop-client/src/components/accounts/TransactionList.js
index 078130d7e..eb030b317 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]
-- 
GitLab