mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42: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:
parent
2c150076b0
commit
45b0fd8f9b
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ final class DifferentialReviewersView extends AphrontView {
|
||||||
|
|
||||||
private function isCurrent($action_phid) {
|
private function isCurrent($action_phid) {
|
||||||
if (!$this->diff) {
|
if (!$this->diff) {
|
||||||
echo "A\n";
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue