Skip to content
Prev Previous commit
Next Next commit
Remove debug write-line
  • Loading branch information
filmor committed Apr 12, 2020
commit 7f84915620624f54528397710e8dee069bb1c5ce
1 change: 0 additions & 1 deletion Python.Runtime/runtime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1889,7 +1889,6 @@ internal static IntPtr GetBuiltins()
#else
const string modName = "__builtin__";
#endif
Console.WriteLine($"Loading {modName}");
return PyImport_ImportModule(modName);
}
}
Expand Down