From b6192a3ace661c55f67a4cebcf6fb778f5269e50 Mon Sep 17 00:00:00 2001
From: Nathan Johnson <njohnson@ebi.ac.uk>
Date: Mon, 12 Sep 2011 14:38:15 +0000
Subject: [PATCH] removed some commneted code from reset_DBAdatpro

---
 modules/Bio/EnsEMBL/Registry.pm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/modules/Bio/EnsEMBL/Registry.pm b/modules/Bio/EnsEMBL/Registry.pm
index c88888d6b9..52d0366c9b 100644
--- a/modules/Bio/EnsEMBL/Registry.pm
+++ b/modules/Bio/EnsEMBL/Registry.pm
@@ -779,13 +779,7 @@ sub reset_DBAdaptor {
 
   $self->remove_DBAdaptor( $alias, $group );
 
-  #my @adaptors = @{$self->get_all_adaptors};
-  #This is causing a loop as it was constantly trying to reset the db
-  #and never getting there.
-  #I think this was left over from testing
-
   # ConfigRegistry should automatically add this to the Registry
-
   $db = $class->new(
     -user    => $user,
     -host    => $host,
-- 
GitLab