remove debug

This commit is contained in:
Milan
2023-02-26 22:28:12 +01:00
parent 26d56bd757
commit 4521c3ed6c
39 changed files with 0 additions and 73 deletions

View File

@@ -29,7 +29,6 @@ use time();
binmode STDOUT, ":utf8";
our $config = config::get('../config/config.cgi');
our $debug = $config->{system}->{debug};
my $base_dir = $config->{locations}->{base_dir};
my $tempDir = '/var/tmp';