From d4166477f0cf2a3cf23bf50a7926d2e4b4cd84d6 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sun, 25 Mar 2018 13:11:41 -0600 Subject: [PATCH] Add a log statement to identify Dimension in Riot's logs --- web/app/app.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/app.component.ts b/web/app/app.component.ts index 6e2f07f..01abfa2 100644 --- a/web/app/app.component.ts +++ b/web/app/app.component.ts @@ -9,5 +9,6 @@ import "../style/app.scss"; export class AppComponent { constructor() { + console.log("Dimension AppComponent constructed"); } }