From 2d882de7a5fbca3aa2c793755178b2c138fda04f Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 29 Jan 2007 11:55:38 +0000 Subject: [PATCH] remove extraneous debugging --- FS/FS/option_Common.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/FS/FS/option_Common.pm b/FS/FS/option_Common.pm index 5ef6d0f4c..9a44561a0 100644 --- a/FS/FS/option_Common.pm +++ b/FS/FS/option_Common.pm @@ -222,12 +222,10 @@ sub replace { my $opt_pkey = $newopt->primary_key; $newopt->$opt_pkey($oldopt->$opt_pkey) if $oldopt; - warn $oldopt; warn "FS::option_Common::replace: ". ( $oldopt ? "$newopt -> replace($oldopt)" : "$newopt -> insert" ) if $DEBUG > 2; my $error = $oldopt ? $newopt->replace($oldopt) : $newopt->insert; - warn $error; if ( $error ) { $dbh->rollback if $oldAutoCommit; return $error; -- 2.11.0