]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/RecordLinks.pm
Debugcode
[kivitendo-erp.git] / SL / RecordLinks.pm
index 8dfbac61ee775ee08e58a5d070edd86ba757bb9c..d421714157e085920695c4bef4e371131332fc3c 100644 (file)
@@ -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}->[$_],