Merge "Remove duplicate code in class CreateProject"

This commit is contained in:
Shawn Pearce
2010-10-14 18:23:17 -07:00
committed by Android Code Review

View File

@@ -129,10 +129,6 @@ final class CreateProject extends BaseCommand {
} }
createProject(); createProject();
if (!permissionsOnly) {
rq.replicateNewProject(new Project.NameKey(projectName), branch);
}
} catch (Exception e) { } catch (Exception e) {
p.print("Error when trying to create project: " + e.getMessage() p.print("Error when trying to create project: " + e.getMessage()
+ "\n"); + "\n");