remove data dump of retrieved statuses

This commit is contained in:
Evan Prodromou 2010-09-07 04:42:23 -04:00
parent 8facfdcfee
commit 21bea14140

View File

@ -267,8 +267,6 @@ class TwitterStatusFetcher extends ParallelizingDaemon
return Notice::staticGet('id', $n2s->notice_id);
}
common_debug("Saving status {$status->id} with data " . print_r($status, true));
// If it's a retweet, save it as a repeat!
if (!empty($status->retweeted_status)) {