Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Dec 5, 2024
1 parent b9a52ea commit b64c8cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/url-generation.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ describe("URL generation", function () {
path: "/aéb/test_é_path_alt.jpg",
signed: true,
});
console.log({signature})
expect(url).equal(`https://ik.imagekit.io/test_url_endpoint/a%C3%A9b/test_%C3%A9_path_alt.jpg?ik-s=${signature}`);
});

Expand Down

0 comments on commit b64c8cc

Please sign in to comment.