mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 10:52:41 +01:00
Remove block of commented-out code
Summary: I left a clamp in the patient. Test Plan: derp-a-derpderp Reviewers: btrahan, chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D6882
This commit is contained in:
parent
8bba3f280d
commit
4252c93c8a
1 changed files with 0 additions and 13 deletions
|
@ -91,19 +91,6 @@ final class PhabricatorSettingsPanelAccount
|
||||||
'' => pht('Server Default (%s)', $default->getName()),
|
'' => pht('Server Default (%s)', $default->getName()),
|
||||||
) + $translations;
|
) + $translations;
|
||||||
|
|
||||||
/*
|
|
||||||
$time_format_instructions = pht(
|
|
||||||
'
|
|
||||||
'PHP format string to use for time. for full referance, see %s. '.
|
|
||||||
'For quick start, try `g:i A` or `H:i`',
|
|
||||||
phutil_tag(
|
|
||||||
'a',
|
|
||||||
array(
|
|
||||||
'href' => 'http://www.php.net/manual/en/function.date.php'
|
|
||||||
),
|
|
||||||
pht('Date formats documentation')));
|
|
||||||
*/
|
|
||||||
|
|
||||||
$form = new AphrontFormView();
|
$form = new AphrontFormView();
|
||||||
$form
|
$form
|
||||||
->setUser($user)
|
->setUser($user)
|
||||||
|
|
Loading…
Reference in a new issue