Remove echoed comment for debugging in overboard.php.
This commit is contained in:
parent
781f83d749
commit
bf723a3c0e
|
@ -322,7 +322,6 @@ function display_threads($threads, $oldest)
|
||||||
$result_count = count($value);
|
$result_count = count($value);
|
||||||
foreach ($value as $new) {
|
foreach ($value as $new) {
|
||||||
if (! $foundgroup = check_group_for_user($new, $userdata, $user_config, true)) {
|
if (! $foundgroup = check_group_for_user($new, $userdata, $user_config, true)) {
|
||||||
echo "FAIL";
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$target = $this_overboard['msgids'][$new];
|
$target = $this_overboard['msgids'][$new];
|
||||||
|
|
Loading…
Reference in New Issue