aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/ViewPort/Field
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-02-18 19:17:56 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-02-18 19:17:56 +0000
commit4ebd6f6633ae7986519ddec609c2daf2ecca155d (patch)
treeccb6be7aad040beeb9184e51524b14776f0eb3ee /lib/Reaction/UI/ViewPort/Field
parent3fc5798669cc4a603ff1cef4cd59a62eb8983ee2 (diff)
downloadreaction-4ebd6f6633ae7986519ddec609c2daf2ecca155d.tar.gz
reaction-4ebd6f6633ae7986519ddec609c2daf2ecca155d.zip
missed one ;)
Diffstat (limited to 'lib/Reaction/UI/ViewPort/Field')
-rw-r--r--lib/Reaction/UI/ViewPort/Field/Mutable/Boolean.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Reaction/UI/ViewPort/Field/Mutable/Boolean.pm b/lib/Reaction/UI/ViewPort/Field/Mutable/Boolean.pm
index 0007bc8..633f910 100644
--- a/lib/Reaction/UI/ViewPort/Field/Mutable/Boolean.pm
+++ b/lib/Reaction/UI/ViewPort/Field/Mutable/Boolean.pm
@@ -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);
};