--- nfo/perl/libs/Data/Rap/Command.pm 2004/06/07 16:45:56 1.8 +++ nfo/perl/libs/Data/Rap/Command.pm 2004/06/19 01:50:24 1.9 @@ -1,7 +1,10 @@ ## ---------------------------------------------------------------------- -## $Id: Command.pm,v 1.8 2004/06/07 16:45:56 joko Exp $ +## $Id: Command.pm,v 1.9 2004/06/19 01:50:24 joko Exp $ ## ---------------------------------------------------------------------- ## $Log: Command.pm,v $ +## Revision 1.9 2004/06/19 01:50:24 joko +## disabled debugging statement +## ## Revision 1.8 2004/06/07 16:45:56 joko ## now propagates args to "rapcall method" ## @@ -236,7 +239,7 @@ # check for existance of method if ($container->can($_)) { # dispatch call by being with or without arguments - print "method_args: ", Dumper($method_args); + #print "method_args: ", Dumper($method_args); if ($method_args) { $container->$_(@$method_args); } else {