Skip to content

Commit

Permalink
Remove console log on extensionDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
nthouliss committed Sep 20, 2023
1 parent 3f20b74 commit 4f82524
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/common/extensionDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export async function getExtensionDetails() {
export async function getExtensionDetailsFromKey(key) {
const item = data[key];

console.log(data);

const result = await fetch(item);

if (result.ok) {
Expand Down

0 comments on commit 4f82524

Please sign in to comment.