cloudcms-server 3.2.336 → 3.2.337

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/util/auth.js +0 -1
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "name": "cloudcms-server",
8
8
  "description": "Cloud CMS Application Server Module",
9
- "version": "3.2.336",
9
+ "version": "3.2.337",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git://github.com/gitana/cloudcms-server.git"
package/util/auth.js CHANGED
@@ -6,7 +6,6 @@ var LRUCache = require("lru-cache");
6
6
  var request = require("./request");
7
7
 
8
8
  const IsolatedVM = require("isolated-vm");
9
- console.log("FA: " + IsolatedVM);
10
9
 
11
10
  // trusted profile cache size 100
12
11
  var TRUSTED_PROFILE_CACHE = new LRUCache({