From 17c7618605ace0d414a3effaf3c2b5597dc9c09b Mon Sep 17 00:00:00 2001 From: Patrick Donelan Date: Mon, 22 Jun 2009 23:21:35 +0000 Subject: [PATCH] Removed debug line --- lib/WebGUI/Asset/Wobject/Survey.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Survey.pm b/lib/WebGUI/Asset/Wobject/Survey.pm index 80a28428b..150e0578a 100644 --- a/lib/WebGUI/Asset/Wobject/Survey.pm +++ b/lib/WebGUI/Asset/Wobject/Survey.pm @@ -993,7 +993,6 @@ sub deleteObject { # Each object checks the ref and then either updates or passes it to the correct child. # New objects will have an index of -1. my $message = $self->surveyJSON_remove($address); - $self->session->log->debug(Dumper($self->surveyJSON->{_sections})); # The parent address of the deleted object is returned. if ( @{$address} == 1 ) {