From 5273bba35c5a1f550d3eab47a63601c0a4f83d17 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sun, 7 Aug 2022 23:05:31 -0400 Subject: [PATCH] Move this lil bit --- PostText.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PostText.pl b/PostText.pl index 320a337..03a3131 100755 --- a/PostText.pl +++ b/PostText.pl @@ -5,11 +5,11 @@ use Mojolicious::Lite -signatures; use Mojo::Pg; +#use Data::Dumper; # For your debugging pleasure # Load the local modules too use lib 'lib'; use PostText::Model::Thread; -#use Data::Dumper; # For your debugging pleasure # Load Mojo plugins plugin 'Config';