From 49ae4a467ec402b82772323b3501261b62c3eaeb Mon Sep 17 00:00:00 2001
From: Ian Longden <ianl@sanger.ac.uk>
Date: Fri, 22 Jul 2011 14:30:33 +0000
Subject: [PATCH] deleted debug line

---
 modules/Bio/EnsEMBL/DBSQL/DBConnection.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/DBSQL/DBConnection.pm b/modules/Bio/EnsEMBL/DBSQL/DBConnection.pm
index f24959eeeb..1dfd341f33 100644
--- a/modules/Bio/EnsEMBL/DBSQL/DBConnection.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/DBConnection.pm
@@ -309,7 +309,6 @@ sub connect {
       $self->{'count'}++;
       if($self->{'count'} > 1000){
 	sleep 1;
-	print "sleep\n";
 	$self->{'count'} = 0;
       }
     }
-- 
GitLab