]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Avatar.php
add cleanup method to cleanup a single row
[quix0rs-gnu-social.git] / classes / Avatar.php
index cc7a6b64717ac5534c9aeeb9a473ad26dcf0f222..8d6424e8b2d1f53c5ccec912404ccde6ee7b26d9 100644 (file)
@@ -81,7 +81,7 @@ class Avatar extends Memcached_DataObject
         if (empty($server)) {
             $server = common_config('site', 'server');
         }
-        common_debug('path = ' . $path);
+
         // XXX: protocol
 
         return 'http://'.$server.$path.$filename;