Removed the MLogFilter.Threshold.HIGH value.
authorMarco Zanon <info@marcozanon.com>
Wed, 16 Dec 2015 14:06:25 +0000 (14:06 +0000)
committerMarco Zanon <info@marcozanon.com>
Wed, 16 Dec 2015 14:06:25 +0000 (14:06 +0000)
4.x/src/java/com/marcozanon/macaco/logging/MLogFilter.java

index cb7cc8d9f52a97b4afb58449e912aa8f67daee43..8cc7fb6bec7fa3b343fe5173c7251e7df6af98df 100644 (file)
@@ -13,7 +13,6 @@ public class MLogFilter extends MObject {
 
     public static enum Threshold {
         STANDARD,
-        HIGH,
         DEBUG
     };