forked from friendica/friendica-addons
forumdirectory: remove logger call
This commit is contained in:
parent
728b390d83
commit
fb34a16c39
|
@ -57,7 +57,6 @@ function forumdirectory_post(App $a)
|
||||||
if (!empty($_POST['search'])) {
|
if (!empty($_POST['search'])) {
|
||||||
$a->data['search'] = $_POST['search'];
|
$a->data['search'] = $_POST['search'];
|
||||||
}
|
}
|
||||||
Logger::log(print_r($_POST, true));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function forumdirectory_content(App $a)
|
function forumdirectory_content(App $a)
|
||||||
|
|
Loading…
Reference in a new issue