removed unused property that had been moved

This commit is contained in:
Spencer Gibb
2015-05-26 11:58:55 -06:00
parent c0aaaa28f2
commit 1987d727f6

View File

@@ -43,6 +43,4 @@ public class ConsulProperties {
private boolean enabled = true;
private String prefix = "config";
private List<String> managementTags = Arrays.asList("management");
}