X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fitems.php;h=f4f972e72d933f8518fc1689e13e2dbf2870b408;hb=cc8a4fbf166a61459dc5be2cdc73c510ecba68b9;hp=194e19b5c01dad61bfc1c761a48536973b0133f7;hpb=a34b1ceb3a3aaa432698cd3bb5914550f22443a5;p=friendica.git diff --git a/include/items.php b/include/items.php index 194e19b5c0..f4f972e72d 100755 --- a/include/items.php +++ b/include/items.php @@ -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();