[Bps-public-commit] r17693 - Prophet/trunk/lib/Prophet/CLI/Command
jesse at bestpractical.com
jesse at bestpractical.com
Sun Jan 11 14:35:43 EST 2009
Author: jesse
Date: Sun Jan 11 14:35:43 2009
New Revision: 17693
Modified:
Prophet/trunk/lib/Prophet/CLI/Command/Export.pm
Log:
* Removing some unintentional warnings
Modified: Prophet/trunk/lib/Prophet/CLI/Command/Export.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Export.pm (original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Export.pm Sun Jan 11 14:35:43 2009
@@ -11,7 +11,6 @@
}
- warn $self->context->arg('format');
if ($self->context->has_arg('format') && ($self->context->arg('format') eq 'feed') ){
$class = 'Prophet::ReplicaFeedExporter';
} else {
@@ -19,8 +18,6 @@
}
$self->app_handle->require ($class);
- warn "Running with class $class";
-
my $exporter = $class->new(
{ target_path => $self->context->arg('path'),
source_replica => $self->app_handle->handle,
More information about the Bps-public-commit
mailing list