@riocrypto/common-server 1.0.575 → 1.0.576

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.
@@ -216,12 +216,6 @@ const authorize = (req, res, next, mongoose, authorizationTypes) => __awaiter(vo
216
216
  req.user = user;
217
217
  }
218
218
  }
219
- console.log("req.user", req.user);
220
- console.log("req.currentAuth", req.currentAuth);
221
- console.log("req.currentAdminAuth", req.currentAdminAuth);
222
- console.log("req.currentPartnerAuth", req.currentPartnerAuth);
223
- console.log("req.partner", req.partner);
224
- console.log("cookies", req.cookies);
225
219
  if (
226
220
  // if no auth
227
221
  (!req.currentAdminAuth &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.575",
3
+ "version": "1.0.576",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",