From: Moritz Bunkus Date: Tue, 8 Jul 2008 08:12:52 +0000 (+0000) Subject: Debugcode X-Git-Tag: release-2.6.0beta1~67 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c42d0a36ebb2ff30748328f9d6380bb5f70ef77a;p=kivitendo-erp.git Debugcode --- diff --git a/SL/RecordLinks.pm b/SL/RecordLinks.pm index 8dfbac61e..d42171415 100644 --- a/SL/RecordLinks.pm +++ b/SL/RecordLinks.pm @@ -30,7 +30,6 @@ sub create_links { } if (my $num = scalar @{ $ids{$from_to} }) { - $main::lxdebug->message(0, "3"); $ids{$to_from} = [ ($params{"${to_from}_id"}) x $num ]; @links = map { { 'from_table' => $params{from_table}, 'from_id' => $ids{from}->[$_],