From 84588a793c9484f9182d253ed83ad11687a1d4f8 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 13 Apr 2017 17:18:56 +0000
Subject: [PATCH] #3529 feature - Added new role for readonly

---
 securis/src/main/webapp/src/main.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/src/main.ts b/securis/src/main/webapp/src/main.ts
index f810f9d..d635a66 100644
--- a/securis/src/main/webapp/src/main.ts
+++ b/securis/src/main/webapp/src/main.ts
@@ -9,5 +9,5 @@
 if (environment.production) {
   enableProdMode();
 }
-
+// console.log('This is a test.')
 platformBrowserDynamic().bootstrapModule(AppModule);

--
Gitblit v1.3.2