Commit 1d9600c1 authored by Simonas's avatar Simonas

debug code commented

parent a5b58856
......@@ -91,8 +91,8 @@
<script src="/wp-content/themes/biuro/js/main-fd6ce50b.min.js" async></script>
<?php
global $time_start;
delog((microtime(true) - $time_start), 'Lorem ipsum');
// global $time_start;
// delog((microtime(true) - $time_start), 'Lorem ipsum');
?>
<?php wp_footer(); ?>
</body>
......
<?php
global $time_start;
$time_start = microtime(true);
// global $time_start;
// $time_start = microtime(true);
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment