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 8dfbac6..d421714 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}->[$_],