@veritree/services 2.82.1 → 2.82.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/services",
3
- "version": "2.82.1",
3
+ "version": "2.82.3",
4
4
  "description": "A collection of javascript functions/services to talk to veritree API",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -313,8 +313,6 @@ export default class Api {
313
313
 
314
314
  const me = getMe();
315
315
 
316
- // console.log("API setOrg called...", window.location.pathname);
317
-
318
316
  if (Object.keys(me).length) {
319
317
  const orgPublicId = extractOrgPublicIdFromPath(window.location.pathname);
320
318
  const org = resolveUserOrg(me, orgPublicId);