missed one ;)
matthewt [Mon, 18 Feb 2008 19:17:56 +0000 (19:17 +0000)]
lib/Reaction/UI/ViewPort/Field/Mutable/Boolean.pm

index 0007bc8..633f910 100644 (file)
@@ -7,7 +7,6 @@ class Boolean is 'Reaction::UI::ViewPort::Field::Boolean', which{
 
   implements adopt_value_string => as {
     my ($self) = @_;
-warn "WAHEY ".$self->value_string." ".$self;
     $self->value($self->value_string);
   };