Merge branch 'releases/Release_2_11_3_Branch'
[jalview.git] / src / jalview / math / RotatableMatrix.java
index f3bf436..8512705 100755 (executable)
@@ -137,7 +137,8 @@ public class RotatableMatrix
     Float floatValue = Float.valueOf(degrees);
     if (cachedRotations.get(axis).containsKey(floatValue))
     {
-      // System.out.println("getRotation from cache: " + (int) degrees);
+      // jalview.bin.Console.outPrintln("getRotation from cache: " + (int)
+      // degrees);
       return cachedRotations.get(axis).get(floatValue);
     }