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

remove prints and useless comments

parent 298abfd3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -43,8 +43,8 @@ class Projects::BlobController < Projects::ApplicationController
diffs_namespace_project_merge_request_path(from_merge_request.target_project.namespace, from_merge_request.target_project, from_merge_request) +
"#file-path-#{hexdigest(@path)}"
else
# params[:file_name] stores the new name for the file
unless params[:file_name] == @path
previous_path = @path
@path = params[:file_name]
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