Remove obsolete property.

This commit is contained in:
Spencer Gibb
2016-02-02 16:35:31 -07:00
parent 1c18c220fc
commit de0f40ea47
2 changed files with 0 additions and 3 deletions

View File

@@ -38,6 +38,4 @@ public class ConsulProperties {
/** Is spring cloud consul enabled */
private boolean enabled = true;
private String prefix = "config";
}