mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-21 05:28:29 +00:00
Removed debugging code
This commit is contained in:
parent
b652145977
commit
fbcae3b2fe
|
@ -352,9 +352,6 @@ namespace Bind
|
||||||
string extension = d.Extension;
|
string extension = d.Extension;
|
||||||
string trimmed_name = GetTrimmedExtension(name, 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.
|
// Note: some endings should not be trimmed, for example: 'b' from Attrib.
|
||||||
// Check the endingsNotToTrim regex for details.
|
// Check the endingsNotToTrim regex for details.
|
||||||
Match m = EndingsNotToTrim.Match(trimmed_name);
|
Match m = EndingsNotToTrim.Match(trimmed_name);
|
||||||
|
|
Loading…
Reference in a new issue