1
0
mirror of https://github.com/dani/patrix.git synced 2024-06-28 17:53:43 +02:00

Remove Data::Dumper as it's not used

This commit is contained in:
Daniel Berteaud 2017-09-06 15:34:42 +02:00
parent 675cd11a68
commit 642cc97e81

View File

@ -8,7 +8,6 @@ use JSON qw(from_json to_json);
use Getopt::Long;
use Config::Simple;
use File::HomeDir;
use Data::Dumper;
our $opt;