From fa871f29a8666348c935d4e931943b5677bed2af Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Mon, 31 Oct 2005 13:16:40 +0000 Subject: [PATCH] Removed debug --- modules/t/analysis.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/t/analysis.t b/modules/t/analysis.t index 44767c2099..2c3f433e96 100644 --- a/modules/t/analysis.t +++ b/modules/t/analysis.t @@ -80,13 +80,11 @@ $analysis->logic_name('dummy_analysis'); $analysis->created( "2005-10-28 10:28:29"); $analysis_ad->store($analysis); $dbID = $analysis->dbID(); -print "## description before: " . $analysis->description() . "\n"; $analysis->description("updated description"); - $analysis_ad->update($analysis); $analysis_updated = $analysis_ad->fetch_by_dbID($dbID); ok($analysis_updated->description() eq "updated description"); -print "## description after: " . $analysis_updated->description() . "\n"; + -- GitLab