Fixed bug 713841 / removed debug code
This commit is contained in:
parent
a8960d29fa
commit
4398f36fdb
1 changed files with 0 additions and 6 deletions
|
|
@ -179,12 +179,6 @@ sub process {
|
|||
}
|
||||
if ($session{config}{macros}{$searchString} ne "") {
|
||||
my $cmd = "WebGUI::Macro::".$session{config}{macros}{$searchString}."::process";
|
||||
open(DEBUG, ">> /tmp/macro");
|
||||
print DEBUG "-------------------\n";
|
||||
print DEBUG "searchString: $searchString\n";
|
||||
print DEBUG "params: $params\n";
|
||||
print DEBUG "macro: $macro\n\n";
|
||||
close(DEBUG);
|
||||
my $result = eval{&$cmd($params)};
|
||||
if ($@) {
|
||||
WebGUI::ErrorHandler::warn("Processing failed on macro: $macro: ".$@);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue