Remove debug statement in generateGitImportCommands function
This commit is contained in:
		@@ -621,7 +621,6 @@ class Application extends BaseModel
 | 
				
			|||||||
                        $commands->push("cd {$baseDir} && git fetch origin {$branch} && $git_checkout_command");
 | 
					                        $commands->push("cd {$baseDir} && git fetch origin {$branch} && $git_checkout_command");
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
                ray($commands);
 | 
					 | 
				
			||||||
                return [
 | 
					                return [
 | 
				
			||||||
                    'commands' => $commands->implode(' && '),
 | 
					                    'commands' => $commands->implode(' && '),
 | 
				
			||||||
                    'branch' => $branch,
 | 
					                    'branch' => $branch,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user