Data::Dumper clean-up

This commit is contained in:
Colin Kuskie 2007-03-01 00:19:15 +00:00
parent d32e127e8d
commit f800a0d8b0
3 changed files with 1 additions and 6 deletions

View file

@ -88,7 +88,7 @@ sub execute {
my $sth = $self->session->db->prepare("select * from Calendar_feeds");
$sth->execute();
use Data::Dumper;
#use Data::Dumper;
FEED:while (my $feed = $sth->hashRef) {