Data::Dumper clean-up
This commit is contained in:
parent
d32e127e8d
commit
f800a0d8b0
3 changed files with 1 additions and 6 deletions
|
|
@ -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) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue