From f52a7f7be99ab8a30747f5eb5532d3b392dc1162 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Fri, 9 May 2025 14:48:03 -0400 Subject: [PATCH] Remove testing error --- app/models/account.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/models/account.rb b/app/models/account.rb index 94c9a297..352335e0 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -82,8 +82,6 @@ class Account < ApplicationRecord end def sync_data(sync, start_date: nil) - raise "Artifical error for testing" - Rails.logger.info("Processing balances (#{linked? ? 'reverse' : 'forward'})") sync_balances end