mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-13 09:13:58 -05:00
Remove logging
This commit is contained in:
@@ -12,7 +12,6 @@ class IssuesFormHookListener < Redmine::Hook::ViewListener
|
|||||||
|
|
||||||
# Load the javascript to support the autocomplete forms
|
# Load the javascript to support the autocomplete forms
|
||||||
def view_layouts_base_html_head(context = {})
|
def view_layouts_base_html_head(context = {})
|
||||||
logger.info("IssuesFormHookListener.view_layouts_base_html_head")
|
|
||||||
js = javascript_include_tag 'application.js', :plugin => 'redmine_qbo'
|
js = javascript_include_tag 'application.js', :plugin => 'redmine_qbo'
|
||||||
js += javascript_include_tag 'autocomplete-rails.js', :plugin => 'redmine_qbo'
|
js += javascript_include_tag 'autocomplete-rails.js', :plugin => 'redmine_qbo'
|
||||||
js += javascript_include_tag 'checkbox_controller.js', :plugin => 'redmine_qbo'
|
js += javascript_include_tag 'checkbox_controller.js', :plugin => 'redmine_qbo'
|
||||||
|
|||||||
Reference in New Issue
Block a user