From: Michael Vogel Date: Wed, 21 May 2014 04:43:11 +0000 (+0200) Subject: pump.io: Removed some debug output X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2394ee288ac6ea7e357a7454295778ff172abbe4;hp=5926adc0c03b7e45f8649919132a79ac5bb892fd;p=friendica-addons.git pump.io: Removed some debug output --- diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index ba7a7d1b..c45b474d 100755 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -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) {