From e89e322f6b69e2e19ff39e24978115f5c7db9fa3 Mon Sep 17 00:00:00 2001 From: tipaul Date: Wed, 8 Dec 2004 10:08:41 +0000 Subject: [PATCH] removing useless comment --- C4/Context.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/C4/Context.pm b/C4/Context.pm index 4b882459f0..0782fc154d 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -433,8 +433,6 @@ sub dbh return $context->{"dbh"} if (defined($sth->execute)); } - warn "Database died"; - # No database handle or it died . Create one. $context->{"dbh"} = &_new_dbh(); -- 2.39.5