PAN-10 deleted commented-out code

This commit is contained in:
BrittanyBi
2019-03-03 19:01:01 -07:00
parent cbaea65b56
commit e4594dc900
@@ -41,12 +41,6 @@ class ParserService {
// convert to the same case for easier processing
input = input.toLowerCase();
// eliminate periods at the end of the input
/*if(input.charAt(input.length()-1) == '.')
{
input.substring(0, input.length()-1);
}*/
root = new Node(input, null);
// special case: nothing is submitted