From 46155009caa1629bd1e23b2c062cedbedc1351f7 Mon Sep 17 00:00:00 2001 From: Jay Wood Date: Fri, 4 Nov 2016 09:39:44 -0400 Subject: [PATCH] Remove error logs --- includes/api.php | 2 -- includes/settings.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/includes/api.php b/includes/api.php index 9f72258..98c9b91 100644 --- a/includes/api.php +++ b/includes/api.php @@ -24,8 +24,6 @@ function cwv3_get_css() { $custom_css = get_option( 'cwv3_css', '' ); $opacity = get_option( 'cwv3_bg_opacity', '1' ); - error_log( print_r( $opacity, 1 ) ); - $bg_image_css = ! empty( $image ) ? 'background: url( '. esc_url( $image ) . ' ) no-repeat top center;' : ''; $bg_color_css = ! empty( $color ) ? 'background-color: ' . $color . ';' : ''; diff --git a/includes/settings.php b/includes/settings.php index f3d1ce1..4f42887 100644 --- a/includes/settings.php +++ b/includes/settings.php @@ -244,8 +244,6 @@ class CWV2_Settings { } $option_value = get_option( $field_id, $field_id, $default ); - error_log( print_r( $option_value, 1 ) ); - $attributes = ''; if ( ! empty( $options ) ) {