Browse Source

remove commented out code

pull/943/head
Chris Johnston 7 years ago
parent
commit
2e27d268a9
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/Discord.Net.Commands/CommandParser.cs

+ 0
- 2
src/Discord.Net.Commands/CommandParser.cs View File

@@ -126,8 +126,6 @@ namespace Discord.Commands
} }
else if (curPart == ParserPart.QuotedParameter) else if (curPart == ParserPart.QuotedParameter)
{ {
//if (findQuotationChar(c, false, out matchingQuotation))
//if( matchingQuotation != null && matchingQuotation.Right == c)
if(c == matchQuote) if(c == matchQuote)
{ {
argString = argBuilder.ToString(); //Remove quotes argString = argBuilder.ToString(); //Remove quotes


Loading…
Cancel
Save