removed Data::Dumper from get.pl as it was for debugging
This commit is contained in:
parent
35300bae9b
commit
b59d2cd69b
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user