From: tla Date: Sat, 27 Oct 2012 12:09:37 +0000 (+0200) Subject: remove debug stmt X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=708f105db8c98382544266b8d04bdfdce49ad2c0;p=scpubgit%2Fstemmatology.git remove debug stmt --- diff --git a/analysis/lib/Text/Tradition/Analysis.pm b/analysis/lib/Text/Tradition/Analysis.pm index 2d15b8f..964f8ca 100644 --- a/analysis/lib/Text/Tradition/Analysis.pm +++ b/analysis/lib/Text/Tradition/Analysis.pm @@ -569,7 +569,6 @@ sub _graph_for_grouping { # needed to make up the groups. $graph = $stemma->situation_graph( $extant, $acwits, $aclabel ); } catch ( Text::Tradition::Error $e ) { - $DB::single = 1; throw( "Could not extend graph with given extant and a.c. witnesses: " . $e->message ); } catch {