Skip to content

Commit 096cf7a

Browse files
committed
Remove debug logging.
1 parent 5cf42da commit 096cf7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/runtime/classderived.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,6 @@ public static void InvokeSetProperty<T>(IPythonDerivedType obj, string propertyN
828828

829829
public static void InvokeCtor(IPythonDerivedType obj, string origCtorName, object[] args)
830830
{
831-
Console.Error.WriteLine($"{origCtorName}: {string.Join(", ", args)}");
832-
833831
// call the base constructor
834832
obj.GetType().InvokeMember(origCtorName,
835833
BindingFlags.InvokeMethod,

0 commit comments

Comments
 (0)