From b59d2cd69b4944e3c30ce24cb1a3ee5da6cf6ba9 Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Fri, 7 May 2021 13:50:54 -0600 Subject: [PATCH] removed Data::Dumper from get.pl as it was for debugging --- shomble/get.pl | 2 -- 1 file changed, 2 deletions(-) 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;