pump.io: Removed some debug output

This commit is contained in:
Michael Vogel 2014-05-21 06:43:11 +02:00
parent 5926adc0c0
commit 2394ee288a
1 changed files with 1 additions and 1 deletions

View File

@ -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) {