Skip to content
Snippets Groups Projects
Commit b6192a3a authored by Nathan Johnson's avatar Nathan Johnson
Browse files

removed some commneted code from reset_DBAdatpro

parent 4f1437a0
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment