]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
bug #540 and hush up a couple of log messages that are way too verbose
[friendica.git] / include / items.php
index 194e19b5c01dad61bfc1c761a48536973b0133f7..f4f972e72d933f8518fc1689e13e2dbf2870b408 100755 (executable)
@@ -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();