remove accidental print
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 3 Feb 2024 04:32:08 +0000 (04:32 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 3 Feb 2024 04:32:08 +0000 (04:32 +0000)
src/openpower/insndb/core.py

index d4ef229027250037b3a7094c47f34b904b40a896..a3627a54b4a362d17d399da3067bc051178e0b18 100644 (file)
@@ -1445,9 +1445,6 @@ class ConditionRegisterFieldOperand(ExtendableOperand):
             subvalue = (value & 0b11)
             value >>= 2
 
-        print ("CR field remap", self.record.etype, "vector", vector,
-                "subval", subvalue, "value", value)
-
         if self.record.etype is _SVEType.EXTRA2:
             # very reduced range
             if vector: