Skip to content

Commit b62b061

Browse files
committed
remove error_log
1 parent b6a3ebe commit b62b061

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inc/settings-page.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ function pym_settings_section_callback( $args ) {
168168
* @uses pym_plugin_version
169169
*/
170170
function sanitize_callback( $value ) {
171-
error_log(var_export( $value, true));
172171
$new_value = array();
173172

174173
$proposed_pymsrc = wp_http_validate_url( $value['default_pymsrc'] );

0 commit comments

Comments
 (0)