From 4252c93c8a33c1b7ebd129a7c051c7565614bca2 Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 4 Sep 2013 11:02:12 -0700 Subject: [PATCH] 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 --- .../panel/PhabricatorSettingsPanelAccount.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/applications/settings/panel/PhabricatorSettingsPanelAccount.php b/src/applications/settings/panel/PhabricatorSettingsPanelAccount.php index f9db95b686..5409d5eac2 100644 --- a/src/applications/settings/panel/PhabricatorSettingsPanelAccount.php +++ b/src/applications/settings/panel/PhabricatorSettingsPanelAccount.php @@ -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)