Remove annoying log msg

This commit is contained in:
Zach Copley 2009-11-25 19:22:09 +00:00
parent 3b2f39e1e1
commit c0190af982
1 changed files with 1 additions and 1 deletions

View 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;