video: remove useless ob_flush call
parent
0ce283561e
commit
5a54c1217b
|
@ -286,7 +286,6 @@ class VideoController extends ApiBase
|
|||
}
|
||||
|
||||
echo $data;
|
||||
ob_flush();
|
||||
flush();
|
||||
|
||||
if (connection_aborted()) {
|
||||
|
|
Loading…
Reference in New Issue