Removed debugging code

This commit is contained in:
Stefanos A 2013-11-17 21:27:22 +01:00
parent b652145977
commit fbcae3b2fe

View file

@ -352,9 +352,6 @@ namespace Bind
string extension = d.Extension;
string trimmed_name = GetTrimmedExtension(name, extension);
if (name.Contains("GetInteger64"))
;//System.Diagnostics.Debugger.Break();
// Note: some endings should not be trimmed, for example: 'b' from Attrib.
// Check the endingsNotToTrim regex for details.
Match m = EndingsNotToTrim.Match(trimmed_name);