video: remove useless ob_flush call

cap
Varun Patil 2022-12-03 00:19:57 -08:00
parent 0ce283561e
commit 5a54c1217b
1 changed files with 0 additions and 1 deletions

View File

@ -286,7 +286,6 @@ class VideoController extends ApiBase
}
echo $data;
ob_flush();
flush();
if (connection_aborted()) {