diff --git a/flatland/utils/graphics_pil.py b/flatland/utils/graphics_pil.py
index 2a06f40176c206b90b78c0fdbbd3ad3c17239347..5726a0b54b7a08d36cd23704f1c18a3c6a3fa6de 100644
--- a/flatland/utils/graphics_pil.py
+++ b/flatland/utils/graphics_pil.py
@@ -344,7 +344,7 @@ class PILSVG(PILGL):
                     lTrans16[iTrans] = "1"
             sTrans16 = "".join(lTrans16)
             binTrans = int(sTrans16, 2)
-            print(sTrans, sTrans16, sFile)
+            # print(sTrans, sTrans16, sFile)
 
             # Merge the transition svg image with the background colour.
             # This is a shortcut / hack and will need re-working.