Commit c8bc8d32 authored by Xavier Thompson's avatar Xavier Thompson

Remove outdated debug print

parent 08e8f4fa
......@@ -4137,7 +4137,6 @@ def mro_C3_merge(sequences):
# - if a class has bases, they are held in 'base_classes' attribute
#
def compute_mro_generic(cls):
print("GENERIC C3 !!")
if not hasattr(cls, "base_classes") or cls.base_classes is None:
return [cls]
inputs = [[cls]]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment