From 5bf7b5e17a78a58a84541cef3d925fbff0ab438c Mon Sep 17 00:00:00 2001
From: sunnykuj <sunnykuj@opentext.com>
Date: Fri, 25 Jan 2019 22:24:33 +0530
Subject: [PATCH] Testing https://jira.opentext.com/browse/HTL-462 changes

---
 lib/client/client.wilson.js                      | 2 +-
 lib/client/src/services/ResourceLoaderService.js | 2 +-
 package.json                                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/client/client.wilson.js b/lib/client/client.wilson.js
index efcd888..0fb5bb6 100644
--- a/lib/client/client.wilson.js
+++ b/lib/client/client.wilson.js
@@ -2031,7 +2031,7 @@ wilson.service('ResourceLoaderService', ['$q', '$templateCache', function($q, $t
       var deferred  = $q.defer();
 
       $.getScript(scriptUrl).done(function(script, textStatus) {
-        wilson.log.debug('SUCCESS: ' + src + ' LOADED (' + textStatus + ')');
+//        wilson.log.debug('SUCCESS: ' + src + ' LOADED (' + textStatus + ')');
         _scriptCache[src] = true;  // Mark entry in cache for this script src
         deferred.resolve();
       }).fail(function(jqxhr, settings, exception) {
diff --git a/lib/client/src/services/ResourceLoaderService.js b/lib/client/src/services/ResourceLoaderService.js
index b29dee0..7e4760d 100644
--- a/lib/client/src/services/ResourceLoaderService.js
+++ b/lib/client/src/services/ResourceLoaderService.js
@@ -49,7 +49,7 @@ wilson.service('ResourceLoaderService', ['$q', '$templateCache', function($q, $t
       var deferred  = $q.defer();
 
       $.getScript(scriptUrl).done(function(script, textStatus) {
-        wilson.log.debug('SUCCESS: ' + src + ' LOADED (' + textStatus + ')');
+//        wilson.log.debug('SUCCESS: ' + src + ' LOADED (' + textStatus + ')');
         _scriptCache[src] = true;  // Mark entry in cache for this script src
         deferred.resolve();
       }).fail(function(jqxhr, settings, exception) {
diff --git a/package.json b/package.json
index b871e46..b90af9e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "wilson",
-  "version": "4.2.2",
+  "version": "0.66.1",
   "description": "An application framework based on Nodejs and Angularjs designed to bring together all of the ingredients needed to create structured, dynamic, large-scale web apps.",
   "main": "lib/server/wilson.js",
   "scripts": {