diff --git a/src/workflow/ArcanistUploadWorkflow.php b/src/workflow/ArcanistUploadWorkflow.php --- a/src/workflow/ArcanistUploadWorkflow.php +++ b/src/workflow/ArcanistUploadWorkflow.php @@ -74,10 +74,6 @@ 'name' => $name, 'contentLength' => $length, 'contentHash' => $hash, - - // TODO: Remove this once this feature is good to go. For now, - // this is helpful for testing. - // 'forceChunking' => true, )); $phid = $result['filePHID'];