1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-22 20:51:10 +01:00

Delete unintentional phlog()

Leaked in D7329.
This commit is contained in:
Jakub Vrana 2013-10-16 13:58:39 -07:00
parent 89d35b98c8
commit a9a3bdf3cc
2 changed files with 0 additions and 3 deletions

View file

@ -51,7 +51,6 @@ final class DifferentialRevisionViewController extends DifferentialController {
$diff_vs = $request->getInt('vs');
$target_id = $request->getInt('id');
phlog($target_id);
$target = idx($diffs, $target_id, end($diffs));
$target_manual = $target;

View file

@ -89,8 +89,6 @@ final class DifferentialRevisionUpdateHistoryView extends AphrontView {
$new = null;
}
phlog($this->selectedVersusDiffID, $this->selectedDiffID);
if ($max_id != $id) {
$uniq = celerity_generate_unique_node_id();
$old_checked = ($this->selectedVersusDiffID == $id);