1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42: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:
epriestley 2013-09-04 11:02:12 -07:00
parent 8bba3f280d
commit 4252c93c8a

View file

@ -91,19 +91,6 @@ final class PhabricatorSettingsPanelAccount
'' => pht('Server Default (%s)', $default->getName()),
) + $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
->setUser($user)