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($@); } #-------------------------------------------------------------------