1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

Remove a debugging "echo" that crept in in dccd799b

Summary: This echo was accidentally added in dccd799b

Test Plan: Inspection.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D18391
This commit is contained in:
Alex Vandiver 2017-08-11 05:50:43 -07:00 committed by epriestley
parent 2c150076b0
commit 45b0fd8f9b

View file

@ -158,7 +158,6 @@ final class DifferentialReviewersView extends AphrontView {
private function isCurrent($action_phid) {
if (!$this->diff) {
echo "A\n";
return true;
}