diff --git a/src/applications/conpherence/view/ConpherenceTransactionView.php b/src/applications/conpherence/view/ConpherenceTransactionView.php index 5c8c8a9ba1..2d785dc225 100644 --- a/src/applications/conpherence/view/ConpherenceTransactionView.php +++ b/src/applications/conpherence/view/ConpherenceTransactionView.php @@ -71,10 +71,6 @@ final class ConpherenceTransactionView extends AphrontView { break; case PhabricatorTransactions::TYPE_COMMENT: $comment = $transaction->getComment(); - $file_ids = - PhabricatorMarkupEngine::extractFilePHIDsFromEmbeddedFiles( - array($comment->getContent()) - ); $content = $this->markupEngine->getOutput( $comment, PhabricatorApplicationTransactionComment::MARKUP_FIELD_COMMENT);