From 1f2fbeb823ce0df9f009af2f0891f6273e960008 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 2 Sep 2010 13:25:48 -0700 Subject: [PATCH] Remove debug code. --- lib/WebGUI/Account/Shop.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Account/Shop.pm b/lib/WebGUI/Account/Shop.pm index 35c745bf9..f0a2716fb 100644 --- a/lib/WebGUI/Account/Shop.pm +++ b/lib/WebGUI/Account/Shop.pm @@ -62,7 +62,6 @@ sub appendCommonVars { eval { WebGUI::Shop::Vendor->newByUserId($session, $session->user->userId); }; $var->{ 'userIsVendor' } = ! Exception::Class->caught(); - $session->log->warn($@); } #-------------------------------------------------------------------