@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 +1 -1
- package/src/helpers/api.js +0 -2
package/package.json
CHANGED
package/src/helpers/api.js
CHANGED
|
@@ -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);
|