Removed error log

This commit is contained in:
Nedim Uka
2018-10-03 16:58:52 +02:00
parent 4c760b12c3
commit b028fb3f04

View File

@@ -81,8 +81,6 @@ class Wiaas_Template_Admin_Ajax {
$term = wp_unslash($_GET['term']); $term = wp_unslash($_GET['term']);
$response = array(); $response = array();
error_log('This is term');
error_log($term);
$terms = get_terms(array( $terms = get_terms(array(
'taxonomy' => 'template_category', 'taxonomy' => 'template_category',
'name__like' => $term 'name__like' => $term