]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
shut up
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Sun, 9 Sep 2007 20:06:46 +0000 (20:06 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Sun, 9 Sep 2007 20:06:46 +0000 (20:06 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1802 29311d96-e01e-0410-9327-a35deaab8ce9

trunk/ceph/script/smooth.pl

index e3d864973ba7042de112794cb5c3cf0f103c2fbc..cb369a9b681befeee1cc8701e1924a0089dd50dd 100755 (executable)
@@ -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";