[Bps-public-commit] r16834 - sd/trunk/lib/App/SD/CLI/Command
jesse at bestpractical.com
jesse at bestpractical.com
Fri Nov 14 14:46:30 EST 2008
Author: jesse
Date: Fri Nov 14 14:46:28 2008
New Revision: 16834
Modified:
sd/trunk/lib/App/SD/CLI/Command/Log.pm
Log:
* remove a warning statement
Modified: sd/trunk/lib/App/SD/CLI/Command/Log.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Log.pm (original)
+++ sd/trunk/lib/App/SD/CLI/Command/Log.pm Fri Nov 14 14:46:28 2008
@@ -61,7 +61,6 @@
require App::SD::Model::Comment;
my $c = App::SD::Model::Comment->new( handle => $self->handle, type => App::SD::Model::Comment->type);
$c->load(uuid => $change->record_uuid);
- warn "getting ticket";
if ($c->prop('ticket')) {
my $t = $c->ticket;
return " # Comment on ticket " . $t->luid . " (".$t->prop('summary').")"
More information about the Bps-public-commit
mailing list