removed Data::Dumper from get.pl as it was for debugging

This commit is contained in:
bluesaxman 2021-05-07 13:50:54 -06:00
parent 35300bae9b
commit b59d2cd69b

View File

@ -5,8 +5,6 @@ use DBI;
use DBD::SQLite::Constants qw/:file_open/; use DBD::SQLite::Constants qw/:file_open/;
use JSON; use JSON;
use Data::Dumper;
my $dbpath = "./posts.db"; my $dbpath = "./posts.db";
my $json = JSON->new; my $json = JSON->new;