We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a3ebe commit b62b061Copy full SHA for b62b061
inc/settings-page.php
@@ -168,7 +168,6 @@ function pym_settings_section_callback( $args ) {
168
* @uses pym_plugin_version
169
*/
170
function sanitize_callback( $value ) {
171
- error_log(var_export( $value, true));
172
$new_value = array();
173
174
$proposed_pymsrc = wp_http_validate_url( $value['default_pymsrc'] );
0 commit comments