--- trunk/lib/Frey/Web.pm 2008/07/11 19:19:42 100 +++ trunk/lib/Frey/Web.pm 2008/07/13 12:22:14 106 @@ -5,7 +5,7 @@ use Data::Dump qw/dump/; sub dom2html { - warn "## dom2html ",dump( @_ ); +# warn "## dom2html ",dump( @_ ); return Continuity::Widget::DomNode->create( @_ )->to_string; }