From: Matthias Urlichs Date: Mon, 10 Oct 2005 12:19:15 +0000 (+0200) Subject: svn import: remove debugging X-Git-Tag: v0.99.9~112^2~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=62d72e4b707d6931787e91f611ed49aaabb14391;p=git.git svn import: remove debugging Removed debugging output used to identify the too-many-connections problem. Signed-Off-By: Matthias Urlichs --- diff --git a/git-svnimport.perl b/git-svnimport.perl index 2686f4a63..f7bf616e5 100755 --- a/git-svnimport.perl +++ b/git-svnimport.perl @@ -110,7 +110,6 @@ sub conn { die "SVN connection to $repo: $!\n" unless defined $s; $self->{'svn'} = $s; - print STDERR "*** SVN *** $s ***\n"; $self->{'repo'} = $repo; $self->{'maxrev'} = $s->get_latest_revnum(); } @@ -124,7 +123,6 @@ sub file { print "... $rev $path ...\n" if $opt_v; my $s = $self->{'svn'}; - print STDERR "*** GET *** $s ***\n"; eval { $s->get_file($path,$rev,$fh); }; if ($@ and $@ !~ /Attempted to get checksum/) { # retry