From c08b85777aed76a45b0cfbfa381db419f58d047f Mon Sep 17 00:00:00 2001
From: Friendika <info@friendika.com>
Date: Thu, 30 Jun 2011 22:00:08 -0700
Subject: [PATCH] too much logging

---
 include/poller.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/poller.php b/include/poller.php
index 666748cbc0..5565130e99 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -105,7 +105,7 @@ function poller_run($argv, $argc){
 			continue;
 
 		foreach($res as $contact) {
-			logger('processing a contact');
+
 			$xml = false;
 
 			if($manual_id)