mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 05:23:41 +00:00
forumdirectory: remove logger call
This commit is contained in:
parent
728b390d83
commit
fb34a16c39
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue