Removed repository creation callback

git-svn-id: http://redmine.rubyforge.org/svn/trunk@427 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-04-07 09:49:36 +00:00
parent 1cc7006555
commit c1a5c5b9f8
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ foreach my $project (@{$projects}) {
warn("\tunable to create $repos_path : $?\n"), next;
Log(text => "\trepository $repos_path created");
my $call = $service->RepositoryCreated($project->{id}, "svn://host/$repos_name");
}
}