diff --git a/shomble/get.pl b/shomble/get.pl index 7469100..c4121ed 100755 --- a/shomble/get.pl +++ b/shomble/get.pl @@ -5,8 +5,6 @@ use DBI; use DBD::SQLite::Constants qw/:file_open/; use JSON; -use Data::Dumper; - my $dbpath = "./posts.db"; my $json = JSON->new;