]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Proxy.php
Friendica copyright changed from 2023 to 2034
[friendica.git] / src / Util / Proxy.php
index 9b160a1064725c95dfc48b08db4c6b181ade95ae..9a2d25c680c12dad033f7f9732152b3b4c4a4fcd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -116,7 +116,7 @@ class Proxy
                        $size = ':' . $size;
                }
 
-               Logger::info('Created proxy link', ['url' => $url, 'callstack' => System::callstack(20)]);
+               Logger::info('Created proxy link', ['url' => $url]);
 
                // Too long files aren't supported by Apache
                if (strlen($proxypath) > 250) {