Comment out the LoggingAggregator business

This commit is contained in:
Zach Copley 2009-12-14 05:32:37 +00:00
parent aad54af448
commit 655dbcedb3
1 changed files with 3 additions and 2 deletions

View File

@ -105,8 +105,9 @@ class RSSCloudPlugin extends Plugin
{
$m->connect('/main/rsscloud/request_notify', array('action' => 'RSSCloudRequestNotify'));
// XXX: This is just for end-to-end testing
$m->connect('/main/rsscloud/notify', array('action' => 'LoggingAggregator'));
// XXX: This is just for end-to-end testing. Uncomment if you need to pretend
// to be a cloud hub for some reason.
// $m->connect('/main/rsscloud/notify', array('action' => 'LoggingAggregator'));
return true;
}