From fea1002aca47cc1244b2da31f9a69430663afd43 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Fri, 12 Aug 2005 11:43:33 +0000 Subject: [PATCH] fix --- lib/WebGUI/Asset/Event.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Asset/Event.pm b/lib/WebGUI/Asset/Event.pm index 8364d517f..270a557a1 100644 --- a/lib/WebGUI/Asset/Event.pm +++ b/lib/WebGUI/Asset/Event.pm @@ -390,7 +390,6 @@ sub setParent { sub view { my $self = shift; return WebGUI::Privilege::noAccess() unless $self->canView; - $self->logView() if ($session{setting}{passiveProfilingEnabled}); my ($output, $event, %var, $id); $event = $self; $var{title} = $event->getValue("title");