]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Debugcode
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 8 Jul 2008 08:12:52 +0000 (08:12 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 8 Jul 2008 08:12:52 +0000 (08:12 +0000)
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}->[$_],