Skip to content

Commit c6645f8

Browse files
committed
removed error log
1 parent 11e0d68 commit c6645f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/class-frontend-form.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ public function submit_button( $form_id, $form_settings ) {
173173

174174
<?php do_action( 'weforms_submit_btn', $form_id, $form_settings ); ?>
175175

176-
<?php error_log( print_r( $form_settings['use_theme_css'], true ) ); ?>
177176
<?php if ( 'wpuf-style' == $form_settings['use_theme_css'] ) : ?>
178177
<input type="submit" class="weforms_submit_btn wpuf_submit_<?php echo esc_attr( $form_id ); ?>" name="submit" value="<?php echo
179178
esc_attr( $form_settings['submit_text'] ); ?>" />

0 commit comments

Comments
 (0)