From cf28121885767a69eaeb1a9af264d1fd0a556c86 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 18 Sep 2013 11:22:17 -0700 Subject: [PATCH] Fix label, remove debug. --- lib/WebGUI/AssetHelper/Delete.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/WebGUI/AssetHelper/Delete.pm b/lib/WebGUI/AssetHelper/Delete.pm index 444bcd013..0aa32c22b 100644 --- a/lib/WebGUI/AssetHelper/Delete.pm +++ b/lib/WebGUI/AssetHelper/Delete.pm @@ -93,13 +93,11 @@ sub delete { my $info = { maxValue => $maxValue, value => $current_value, - message => 'Working...', + message => 'Deleting...', reload => 1, # this won't take effect until Fork.pm returns finished => 1 and this status is propogated to WebGUI.Admin.prototype.openForkDialog's callback @_, }; $info->{refresh} = 1 if $maxValue == $current_value; - # $info->{debug_flat_keys} = join ',', keys %$flat; - # $info->{debug_tree} = Dumper( $tree->tree ); my $json = JSON::encode_json( $info ); $process->update( $json ); };