diff --git a/plugins/mezuro/controllers/mezuro_plugin_profile_controller.rb b/plugins/mezuro/controllers/mezuro_plugin_profile_controller.rb index 3b83a6e..e9fb7a4 100644 --- a/plugins/mezuro/controllers/mezuro_plugin_profile_controller.rb +++ b/plugins/mezuro/controllers/mezuro_plugin_profile_controller.rb @@ -40,7 +40,6 @@ class MezuroPluginProfileController < ProfileController source_tree = project_result.node_of(params[:module_name]) render :partial =>'content_viewer/source_tree', :locals => { :source_tree => source_tree, :project_name => content.project.name} end - def choose_base_tool @configuration_name = params[:configuration_name] @tool_names = Kalibro::Client::BaseToolClient.new -- libgit2 0.21.2