diff --git a/Source/Bind/FuncProcessor.cs b/Source/Bind/FuncProcessor.cs index bc4e833f..2aa0851e 100644 --- a/Source/Bind/FuncProcessor.cs +++ b/Source/Bind/FuncProcessor.cs @@ -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);