]> git.mxchange.org Git - friendica-addons.git/commitdiff
pump.io: Removed some debug output
authorMichael Vogel <icarus@dabo.de>
Wed, 21 May 2014 04:43:11 +0000 (06:43 +0200)
committerMichael Vogel <icarus@dabo.de>
Wed, 21 May 2014 04:43:11 +0000 (06:43 +0200)
pumpio/pumpio.php

index ba7a7d1b40ee29c0149aedabc637ef0c415ae787..c45b474d8c29f3ebfcaafe2851f8c1abdc945192 100755 (executable)
@@ -1333,7 +1333,7 @@ function pumpio_getallusers(&$a, $uid) {
        }
 
        foreach ($users->items AS $user)
-               echo pumpio_get_contact($uid, $user)."\n";
+               pumpio_get_contact($uid, $user);
 }
 
 function pumpio_queue_hook(&$a,&$b) {