removed unused property that had been moved

This commit is contained in:
Spencer Gibb
2015-05-26 12:00:09 -06:00
parent 1987d727f6
commit 6963231efc

View File

@@ -38,8 +38,6 @@ public class ConsulProperties {
@NotNull
private int port = 8500;
private List<String> tags = new ArrayList<>();
private boolean enabled = true;
private String prefix = "config";