refactoring

optimize imports
reformat source code
remove unused cpu and memory log functionality
This commit is contained in:
Milan
2018-08-29 00:10:15 +02:00
parent c37c71f29e
commit 05b1251c1a
81 changed files with 9242 additions and 9962 deletions

View File

@@ -34,8 +34,6 @@ if ( $0 =~ /cal.*?\.cgi$/ ) {
};
$params = $request->{params}->{checked};
log::init($request);
my $out = '';
calendar::get_cached_or_render( $out, $config, $request );
print $out. "\n";