isite 2023.12.21 → 2023.12.22

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/lib/session.js +0 -1
  2. package/package.json +1 -1
package/lib/session.js CHANGED
@@ -183,7 +183,6 @@ module.exports = function init(req, res, ____0, callback) {
183
183
  },
184
184
  function (err, user) {
185
185
  if (!err && user) {
186
- console.log(user);
187
186
  session.user = user;
188
187
  if (session.user) {
189
188
  req.features.push('login');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2023.12.21",
3
+ "version": "2023.12.22",
4
4
  "description": "Create High Level Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {