From 59f2f638f52c8073d53a9ae99ef37d9fd0388046 Mon Sep 17 00:00:00 2001 From: Mason James Date: Sun, 11 Nov 2007 12:01:02 -0600 Subject: [PATCH] removing dumper Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- C4/Context.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index d238d97e2b..d6e269da32 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -17,7 +17,6 @@ package C4::Context; # Suite 330, Boston, MA 02111-1307 USA use strict; -use Data::Dumper; BEGIN { if ($ENV{'HTTP_USER_AGENT'}) { @@ -574,6 +573,8 @@ sub _new_Zconn { # returns it. sub _new_dbh { + +### $context ##correct name for db_schme my $db_driver; if ($context->config("db_scheme")){ -- 2.39.2