Skip to content

Commit

Permalink
less verbosity
Browse files Browse the repository at this point in the history
svn path=/bioperl-microarray/trunk/; revision=11852
  • Loading branch information
allenday committed Sep 18, 2003
1 parent aed11a6 commit 7f0d035
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions t/affy_u133a_stream.t
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -51,12 +51,10 @@ my $affx = Bio::Expression::MicroarrayIO->new(
-format => 'affymetrix', -format => 'affymetrix',
); );
ok 6; ok 6;
$affx->verbose(1); #$affx->verbose(1);
ok 7; ok 7;
my $array = $affx->next_array; my $array = $affx->next_array;
ok 8; ok 8;


print STDERR "\n\nwoo\n\n";

my $array = $affx->next_array; my $array = $affx->next_array;
ok 9; ok 9;

0 comments on commit 7f0d035

Please sign in to comment.