From f1987b64033e33aa400fdf57541bcc8738c97c63 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 30 Mar 2018 12:27:36 -0400 Subject: [PATCH] Revert "style(app): add empty function to break tslint" This reverts commit 94646fc81e7bb135bd7138e0b097447e03fd3bd1. --- core/src/components/app/app.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/components/app/app.tsx b/core/src/components/app/app.tsx index 5fa1fc5eaf..4772777505 100644 --- a/core/src/components/app/app.tsx +++ b/core/src/components/app/app.tsx @@ -25,8 +25,6 @@ export class App { this.deviceHacks = this.config.getBoolean('deviceHacks', false); } - testing() {} - hostData() { const mode = this.config.get('mode'); const hoverCSS = this.config.getBoolean('hoverCSS', false);