From 2e27d268a9cb44513cd6f0769648f2bcc7bce155 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Sun, 28 Jan 2018 16:50:58 -0800 Subject: [PATCH] remove commented out code --- src/Discord.Net.Commands/CommandParser.cs | 2 -- 1 file changed, 2 deletions(-) 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