client/hippo/models/config.js in hippo-fw-0.9.4 vs client/hippo/models/config.js in hippo-fw-0.9.5

- old
+ new

@@ -54,7 +54,6 @@ reset() { this.data = {}; this.access_token = null; if (this.user) { this.user.reset(); } } - }