Skip to content

Commit

Permalink
feat(arcgis-rest-portal): remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannaeapicella committed Jan 12, 2023
1 parent 92831f2 commit 4981383
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ describe("users", () => {
.then(() => {
expect(fetchMock.called()).toEqual(true);
const [url, options]: [string, RequestInit] = fetchMock.lastCall();
console.log("options:", options);
expect(url).toEqual(
"https://myorg.maps.arcgis.com/sharing/rest/community/users/c%40sey/setProperties"
);
Expand Down

0 comments on commit 4981383

Please sign in to comment.