removes debugging prints from code
This commit is contained in:
		
							parent
							
								
									a343c0e697
								
							
						
					
					
						commit
						2313b09bff
					
				
							
								
								
									
										2
									
								
								Gemfile
								
								
								
								
							
							
						
						
									
										2
									
								
								Gemfile
								
								
								
								
							| 
						 | 
				
			
			@ -52,7 +52,7 @@ gem 'browser', '~> 2.2'
 | 
			
		|||
 | 
			
		||||
# Extracting information from a git repository
 | 
			
		||||
# Provide access to Gitlab::Git library
 | 
			
		||||
gem "gitlab_git", '~> 10.2', path: "~/src/Gitlab/gitlab_git"
 | 
			
		||||
gem "gitlab_git", '~> 10.2', git: "git@gitlab.com:gitlab-org/gitlab_git.git", branch: "commit-blob-rename-action"
 | 
			
		||||
 | 
			
		||||
# LDAP Auth
 | 
			
		||||
# GitLab fork with several improvements to original library. For full list of changes
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										11
									
								
								Gemfile.lock
								
								
								
								
							
							
						
						
									
										11
									
								
								Gemfile.lock
								
								
								
								
							| 
						 | 
				
			
			@ -1,5 +1,7 @@
 | 
			
		|||
PATH
 | 
			
		||||
  remote: ~/src/Gitlab/gitlab_git
 | 
			
		||||
GIT
 | 
			
		||||
  remote: git@gitlab.com:gitlab-org/gitlab_git.git
 | 
			
		||||
  revision: 0e4ac299b806fa4190c4928a1c1ed5372fffbb38
 | 
			
		||||
  branch: commit-blob-rename-action
 | 
			
		||||
  specs:
 | 
			
		||||
    gitlab_git (10.3.0)
 | 
			
		||||
      activesupport (~> 4.0)
 | 
			
		||||
| 
						 | 
				
			
			@ -399,12 +401,7 @@ GEM
 | 
			
		|||
    mail_room (0.8.0)
 | 
			
		||||
    method_source (0.8.2)
 | 
			
		||||
    mime-types (2.99.2)
 | 
			
		||||
<<<<<<< 66468bd73385b31b3a4380c85264dfbe06542d79
 | 
			
		||||
    mimemagic (0.3.1)
 | 
			
		||||
=======
 | 
			
		||||
    mime-types-data (3.2016.0521)
 | 
			
		||||
    mimemagic (0.3.0)
 | 
			
		||||
>>>>>>> refactors blob_controller
 | 
			
		||||
    mini_portile2 (2.1.0)
 | 
			
		||||
    minitest (5.7.0)
 | 
			
		||||
    mousetrap-rails (1.4.6)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,16 +12,8 @@ module CreatesCommit
 | 
			
		|||
      previous_path: @previous_path
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    puts "#" * 10
 | 
			
		||||
    puts @previous_path
 | 
			
		||||
    puts "#" * 10
 | 
			
		||||
 | 
			
		||||
    result = service.new(@tree_edit_project, current_user, commit_params).execute
 | 
			
		||||
 | 
			
		||||
    puts "#" * 30
 | 
			
		||||
    puts result[:status]
 | 
			
		||||
    puts "#" * 30
 | 
			
		||||
 | 
			
		||||
    if result[:status] == :success
 | 
			
		||||
      update_flash_notice(success_notice)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue