summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclerk2
-rwxr-xr-xclerk_rating_client2
2 files changed, 2 insertions, 2 deletions
diff --git a/clerk b/clerk
index e2bedd7..f768b48 100755
--- a/clerk
+++ b/clerk
@@ -8,7 +8,7 @@ use utf8;
use Config::Simple;
use Time::HiRes qw (sleep);
use Data::MessagePack;
-use DDP;
+#use DDP;
use Encode qw(decode encode);
use File::Basename;
use File::Path qw(make_path);
diff --git a/clerk_rating_client b/clerk_rating_client
index 4d56526..9662745 100755
--- a/clerk_rating_client
+++ b/clerk_rating_client
@@ -4,7 +4,7 @@ binmode(STDOUT, ":utf8");
use v5.10;
use warnings;
use Array::Utils qw(:all);
-use DDP;
+#use DDP;
use File::Spec;
use strict;
use utf8;