mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 04:23:42 +00:00
pump.io: Removed some debug output
This commit is contained in:
parent
5926adc0c0
commit
2394ee288a
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue