remove debug log

This commit is contained in:
Stef Kariotidis 2016-11-21 11:56:20 +02:00
parent 77ca414da6
commit 65b7d230cf
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
* @package understrap * @package understrap
*/ */
$col = get_theme_mod( 'understrap_grid_post_columns' ); $col = get_theme_mod( 'understrap_grid_post_columns' );
error_log($col);
?> ?>
<a href="<?php echo esc_url( get_permalink() ); ?>" rel="bookmark"> <a href="<?php echo esc_url( get_permalink() ); ?>" rel="bookmark">
<div class="col-md-<?php echo esc_html( $col ); ?> col-xs-12"> <div class="col-md-<?php echo esc_html( $col ); ?> col-xs-12">