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

0.7.5-pf-bulletsim
Justin Clark-Casey (justincc) 2013-01-09 01:04:43 +00:00
parent 880b2361f5
commit 99a5ea9f90
1 changed files with 1 additions and 4 deletions

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
{