diff --git a/src/Discord.Net.Commands/CommandParser.cs b/src/Discord.Net.Commands/CommandParser.cs index bc535ff74..b9408f963 100644 --- a/src/Discord.Net.Commands/CommandParser.cs +++ b/src/Discord.Net.Commands/CommandParser.cs @@ -126,8 +126,6 @@ namespace Discord.Commands } else if (curPart == ParserPart.QuotedParameter) { - //if (findQuotationChar(c, false, out matchingQuotation)) - //if( matchingQuotation != null && matchingQuotation.Right == c) if(c == matchQuote) { argString = argBuilder.ToString(); //Remove quotes