minor: Remove unnecessary commented out code from last commit c28a2f05 and fix up code comment

This commit is contained in:
Justin Clark-Casey (justincc)
2013-01-09 01:04:43 +00:00
parent c28a2f05ca
commit 290dc274ec

View File

@@ -197,14 +197,11 @@ namespace OpenSim.Framework.Console
string descriptiveHelp = commandInfo.descriptive_help;
// If we do have some descriptive help then insert a spacing line before and after for readability.
// If we do have some descriptive help then insert a spacing line before for readability.
if (descriptiveHelp != string.Empty)
help.Add(string.Empty);
help.Add(commandInfo.descriptive_help);
// if (descriptiveHelp != string.Empty)
// help.Add(string.Empty);
}
else
{