Skip to content
Snippets Groups Projects
Commit f85834bc authored by tiagonbotelho's avatar tiagonbotelho
Browse files

remove prints and useless comments

parent 10954f93
No related branches found
No related tags found
No related merge requests found
Loading
@@ -52,6 +52,7 @@ class Projects::BlobController < Projects::ApplicationController
Loading
@@ -52,6 +52,7 @@ class Projects::BlobController < Projects::ApplicationController
@previous_path = @path @previous_path = @path
@path = params[:file_name] @path = params[:file_name]
end end
namespace_project_blob_path(@project.namespace, @project, File.join(@target_branch, @path)) namespace_project_blob_path(@project.namespace, @project, File.join(@target_branch, @path))
end end
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment