From f44073d9e2524046f6596354cdf67f2dd8095a27 Mon Sep 17 00:00:00 2001 From: sageweil Date: Sun, 9 Sep 2007 20:06:46 +0000 Subject: [PATCH] shut up git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1802 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/script/smooth.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/ceph/script/smooth.pl b/trunk/ceph/script/smooth.pl index e3d864973ba70..cb369a9b681be 100755 --- a/trunk/ceph/script/smooth.pl +++ b/trunk/ceph/script/smooth.pl @@ -18,7 +18,7 @@ for my $t (sort {$a <=> $b} keys %v) { my $x = $t + $a; next unless ($v{$x}); my @o = @{$v{$x}}; - print "$t: $x o @o\n"; + #print "$t: $x o @o\n"; if (@v) { for (my $y=0; $y<=$#o; $y++) { $v[$y] += $o[$y]; @@ -26,7 +26,7 @@ for my $t (sort {$a <=> $b} keys %v) { } else { @v = @o; } - print "$t: $x v @v\n"; + #print "$t: $x v @v\n"; $c++; } print "$t"; -- 2.39.5