REFINE Remove logging from build_posts function in API
This commit is contained in:
parent
40b3c98141
commit
b9d90b9106
|
|
@ -35,13 +35,7 @@ function build_posts($request)
|
|||
'posts_per_page' => $posts_per_page,
|
||||
);
|
||||
|
||||
write_log(array(
|
||||
'post_type' => $post_type,
|
||||
'etiquette' => $etiquette,
|
||||
'auteur' => $auteur,
|
||||
'sort_by' => $sort_by,
|
||||
'recherche' => $recherche,
|
||||
));
|
||||
|
||||
|
||||
// Gestion du tri
|
||||
switch ($sort_by) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user