From aff7d0c48e927a4f91a532cbd8eecc7fa91200ec Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 4 Mar 2026 18:37:30 -0500 Subject: [PATCH] removed uneeded logging of issue and project contents. --- lib/redmine_qbo/hooks/issues_hook_listener.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/redmine_qbo/hooks/issues_hook_listener.rb b/lib/redmine_qbo/hooks/issues_hook_listener.rb index 0b56dec..4e47847 100644 --- a/lib/redmine_qbo/hooks/issues_hook_listener.rb +++ b/lib/redmine_qbo/hooks/issues_hook_listener.rb @@ -21,8 +21,6 @@ module RedmineQbo f = context[:form] issue = context[:issue] project = context[:project] - log issue.inspect - log project.inspect # Customer Name Text Box with database backed autocomplete # onchange event will update the hidden customer_id field