]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Image.php
Space replaced
[friendica.git] / src / Object / Image.php
index 4d064f3c3a6522e6d0690cf9e4384bf1038d6aac..b69682ca6140bf301572ebf1cade688a4a49b66c 100644 (file)
@@ -456,7 +456,6 @@ class Image
                                break;
                }
 
-               //      Logger::log('exif: ' . print_r($exif,true));
                return $exif;
        }
 
@@ -626,7 +625,7 @@ class Image
 
                $stamp1 = microtime(true);
                file_put_contents($path, $string);
-               DI::profiler()->saveTimestamp($stamp1, "file", System::callstack());
+               DI::profiler()->saveTimestamp($stamp1, "file");
        }
 
        /**