removing debug.

This commit is contained in:
Matthew Wilson 2006-01-17 16:05:47 +00:00
parent edc147d948
commit 6eb252d907

View file

@ -607,7 +607,6 @@ Deletes this user object out of the cache.
sub uncache {
my $self = shift;
use Data::Dumper;print "<br /><br /> HOO HOO ".Dumper($self->session);
my $cache = WebGUI::Cache->new($self->session,["user",$self->userId]);
$cache->delete;
}