summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-07-17 11:40:38 -0700
committerZach Copley <zach@controlyourself.ca>2009-07-17 12:41:54 -0700
commit6d839ae9927b1250aa5e2b497a65abd9d2259c5d (patch)
tree4add1fb43cd601a557785b2d93c76f50a5d6455d /classes
parent3dbbefd5ad63679162659ce736e9e556f2efff21 (diff)
Removed noisy debugging statements
Diffstat (limited to 'classes')
-rw-r--r--classes/Profile.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/classes/Profile.php b/classes/Profile.php
index 224b61bd2..372005cdd 100644
--- a/classes/Profile.php
+++ b/classes/Profile.php
@@ -360,7 +360,6 @@ class Profile extends Memcached_DataObject
$c->set(common_cache_key('profile:subscription_count:'.$this->id), $cnt);
}
- common_debug("subscriptionCount == $cnt");
return $cnt;
}
@@ -385,7 +384,6 @@ class Profile extends Memcached_DataObject
$c->set(common_cache_key('profile:subscriber_count:'.$this->id), $cnt);
}
- common_debug("subscriberCount == $cnt");
return $cnt;
}
@@ -407,7 +405,6 @@ class Profile extends Memcached_DataObject
$c->set(common_cache_key('profile:fave_count:'.$this->id), $cnt);
}
- common_debug("faveCount == $cnt");
return $cnt;
}
@@ -430,7 +427,6 @@ class Profile extends Memcached_DataObject
$c->set(common_cache_key('profile:notice_count:'.$this->id), $cnt);
}
- common_debug("noticeCount == $cnt");
return $cnt;
}