Data::Dumper clean-up
This commit is contained in:
parent
d32e127e8d
commit
f800a0d8b0
3 changed files with 1 additions and 6 deletions
|
|
@ -75,8 +75,6 @@ our $HELP = {
|
|||
my @activities = map { s/^WebGUI::Workflow::Activity:://; $_; }
|
||||
map { @{ $workflows{$_} } }
|
||||
keys %workflows;
|
||||
#use Data::Dumper;
|
||||
#$session->errorHandler->warn(Dumper \@activities);
|
||||
return map {
|
||||
my ($namespace, $tag) = ($_, $_);
|
||||
$tag =~ s/([a-z])([A-Z])/$1 $2/g; #Separate studly caps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue