mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-04-02 08:21:57 -04:00
removed uneeded logging of issue and project contents.
This commit is contained in:
@@ -21,8 +21,6 @@ module RedmineQbo
|
|||||||
f = context[:form]
|
f = context[:form]
|
||||||
issue = context[:issue]
|
issue = context[:issue]
|
||||||
project = context[:project]
|
project = context[:project]
|
||||||
log issue.inspect
|
|
||||||
log project.inspect
|
|
||||||
|
|
||||||
# Customer Name Text Box with database backed autocomplete
|
# Customer Name Text Box with database backed autocomplete
|
||||||
# onchange event will update the hidden customer_id field
|
# onchange event will update the hidden customer_id field
|
||||||
|
|||||||
Reference in New Issue
Block a user