forumdirectory: remove logger call

This commit is contained in:
rabuzarus 2019-02-18 13:06:30 +01:00
parent 728b390d83
commit fb34a16c39
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ function forumdirectory_post(App $a)
if (!empty($_POST['search'])) {
$a->data['search'] = $_POST['search'];
}
Logger::log(print_r($_POST, true));
}
function forumdirectory_content(App $a)