Remove annoying log msg
This commit is contained in:
parent
affffdf808
commit
40e875f9cc
@ -81,7 +81,7 @@ class Avatar extends Memcached_DataObject
|
|||||||
if (empty($server)) {
|
if (empty($server)) {
|
||||||
$server = common_config('site', 'server');
|
$server = common_config('site', 'server');
|
||||||
}
|
}
|
||||||
common_debug('path = ' . $path);
|
|
||||||
// XXX: protocol
|
// XXX: protocol
|
||||||
|
|
||||||
return 'http://'.$server.$path.$filename;
|
return 'http://'.$server.$path.$filename;
|
||||||
|
Loading…
Reference in New Issue
Block a user