projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740a071
)
Debugmeldung entfernt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 20 Jun 2007 12:04:40 +0000
(12:04 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 20 Jun 2007 12:04:40 +0000
(12:04 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
ac107cd
..
7fc4456
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-589,7
+589,6
@@
sub parse_html_template2 {
my $output;
$template->process($file, $additional_params, \$output);
- $main::lxdebug->message(0, $output);
$output = $main::locale->{iconv}->convert($output) if ($main::locale);