Skip to content

Commit c498011

Browse files
committed
removed error log
1 parent 9d45970 commit c498011

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/fields/class-field-image.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public function __construct() {
2222
public function render( $field_settings, $form_id ) {
2323
$form_settings = weforms()->form->get( $form_id )->get_settings();
2424
$use_theme_css = isset( $form_settings['use_theme_css'] ) ? $form_settings['use_theme_css'] : 'wpuf-style';
25-
error_log( print_r( $form_settings['use_theme_css'], true ) );
2625
$unique_id = sprintf( '%s-%d', $field_settings['name'], $form_id ); ?>
2726
<li <?php $this->print_list_attributes( $field_settings ); ?>>
2827
<?php $this->print_label( $field_settings, $form_id ); ?>

0 commit comments

Comments
 (0)