[Bps-public-commit] r16739 - in Prophet/branches/init-and-clone: lib/Prophet/CLI/Command
sartak at bestpractical.com
sartak at bestpractical.com
Fri Nov 7 12:44:19 EST 2008
Author: sartak
Date: Fri Nov 7 12:44:19 2008
New Revision: 16739
Modified:
Prophet/branches/init-and-clone/ (props changed)
Prophet/branches/init-and-clone/lib/Prophet/CLI/Command/Settings.pm
Log:
r75165 at onn: sartak | 2008-11-07 12:44:13 -0500
Remove debug output
Modified: Prophet/branches/init-and-clone/lib/Prophet/CLI/Command/Settings.pm
==============================================================================
--- Prophet/branches/init-and-clone/lib/Prophet/CLI/Command/Settings.pm (original)
+++ Prophet/branches/init-and-clone/lib/Prophet/CLI/Command/Settings.pm Fri Nov 7 12:44:19 2008
@@ -24,7 +24,6 @@
if ($self->context->has_arg('set')) {
for my $name ($self->context->prop_names) {
my $uuid = $settings->{$name}->[0];
- warn "UUID IS $uuid - name is $name";
my $s = $self->app_handle->setting( uuid => $uuid);
my $old_value = $s->get_raw;
my $new_value = $self->context->props->{$name};
More information about the Bps-public-commit
mailing list