Removed repository creation callback
git-svn-id: http://redmine.rubyforge.org/svn/trunk@427 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1cc7006555
commit
c1a5c5b9f8
|
@ -95,7 +95,6 @@ foreach my $project (@{$projects}) {
|
||||||
warn("\tunable to create $repos_path : $?\n"), next;
|
warn("\tunable to create $repos_path : $?\n"), next;
|
||||||
|
|
||||||
Log(text => "\trepository $repos_path created");
|
Log(text => "\trepository $repos_path created");
|
||||||
my $call = $service->RepositoryCreated($project->{id}, "svn://host/$repos_name");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue