mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-13 09:13:58 -05:00
removed subject from logs
This commit is contained in:
@@ -43,7 +43,7 @@ module RedmineQbo
|
|||||||
|
|
||||||
# Create billable time entries
|
# Create billable time entries
|
||||||
def bill_time
|
def bill_time
|
||||||
logger.debug "QBO: Billing time for issue ##{id} - #{subject}"
|
logger.debug "QBO: Billing time for issue ##{id}"
|
||||||
return unless status.is_closed?
|
return unless status.is_closed?
|
||||||
return if assigned_to.nil?
|
return if assigned_to.nil?
|
||||||
return unless Qbo.first
|
return unless Qbo.first
|
||||||
|
|||||||
Reference in New Issue
Block a user