mirror of
https://github.com/friendica/friendica
synced 2025-04-25 09:50:11 +00:00
bug #540 and hush up a couple of log messages that are way too verbose
This commit is contained in:
parent
1ed6a2bd3d
commit
61a0f9c196
5 changed files with 11 additions and 11 deletions
|
@ -294,7 +294,7 @@ function construct_activity_target($item) {
|
|||
if(! function_exists('limit_body_size')) {
|
||||
function limit_body_size($body) {
|
||||
|
||||
logger('limit_body_size: start', LOGGER_DEBUG);
|
||||
// logger('limit_body_size: start', LOGGER_DEBUG);
|
||||
|
||||
$maxlen = get_max_import_size();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue