From c0190af9821a402497a0ddf8238955d4cceefd48 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 25 Nov 2009 19:22:09 +0000 Subject: [PATCH] Remove annoying log msg --- classes/Avatar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Avatar.php b/classes/Avatar.php index cc7a6b6471..8d6424e8b2 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;