C2026-041-invisible-position-changes-as-differences
This commit is contained in:
@@ -158,11 +158,6 @@ namespace Volian.Base.Library
|
||||
_MyDebugPrint.Close();
|
||||
_MyDebugPrint_Truncated.Close();
|
||||
}
|
||||
public static void Write(string format, params object[] args)
|
||||
{
|
||||
_MyDebugPrint.Write(format, args);
|
||||
}
|
||||
|
||||
public static void WriteLine(string format, params object[] args)
|
||||
{
|
||||
_MyDebugPrint_Truncated.WriteLine(format, args);
|
||||
|
||||
Reference in New Issue
Block a user