From bb30a94111226e5fb546debcb77e88da4f2be3c1 Mon Sep 17 00:00:00 2001 From: Andrew Yates <ayates@ebi.ac.uk> Date: Thu, 1 Nov 2012 17:13:01 +0000 Subject: [PATCH] Removing print statement. --- modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm index 543dc70863..d84d5dda17 100644 --- a/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm @@ -605,7 +605,6 @@ sub count_by_Slice_constraint { my $count = 0; my $count_array = $self->_get_by_Slice($slice,$constraint,'count'); - foreach (@$count_array) { print "$_,";} $count += $_ for @$count_array; return $count; } -- GitLab