diff options
author | Zach Copley <zach@status.net> | 2009-11-25 19:22:09 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-11-25 19:22:09 +0000 |
commit | 40e875f9cc5ec0c17605adcef73205a49f422abd (patch) | |
tree | 3512852a3f041a17beadf1279204f28ac69db4df /classes/Avatar.php | |
parent | affffdf808beb1265a2cdf0fa8fc75651275bf28 (diff) |
Remove annoying log msg
Diffstat (limited to 'classes/Avatar.php')
-rw-r--r-- | classes/Avatar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Avatar.php b/classes/Avatar.php index cc7a6b647..8d6424e8b 100644 --- a/classes/Avatar.php +++ b/classes/Avatar.php @@ -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; |