Commit b7c73715 authored by Simonas's avatar Simonas

small fix

parent 521e5875
<?php
global $time_start;
$time_start = microtime(true);
// global $time_start;
// $time_start = microtime(true);
function debug($arr) {
echo '<pre>';
......
......@@ -121,9 +121,6 @@ get_header(); ?>
$res = get_post_custom_values( $val );
delog('', 'Lorem');
debug($res);
if ( !$res ) :
continue;
endif;
......
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