[Bps-public-commit] r13804 - Prophet/trunk/lib/Prophet

jesse at bestpractical.com jesse at bestpractical.com
Fri Jul 4 09:03:27 EDT 2008


Author: jesse
Date: Fri Jul  4 09:03:05 2008
New Revision: 13804

Modified:
   Prophet/trunk/lib/Prophet/CLI.pm

Log:
* Removed debug statements

Modified: Prophet/trunk/lib/Prophet/CLI.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI.pm	Fri Jul  4 09:03:05 2008
@@ -119,11 +119,7 @@
     my $self = shift;
     my $class = shift;
     Prophet::App->require_module($class);
-    warn "trying out " .$class;
-    no strict 'refs';
-    warn join(',', @{$class.'::ISA'});
     return $class if ( $class->isa('Prophet::CLI::Command') );
-    warn "aw. not it";
     return undef;
 }
 



More information about the Bps-public-commit mailing list