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 ) ) {