Skip to content

Commit

Permalink
removed peasnts' debug function call
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeydevelops committed Jul 6, 2024
1 parent a90ae73 commit 3899d19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/replace-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export function replaceIconInRow(

fileName = provider.transformFileName(itemRow, iconEl, fileName);

console.log(fileName);

replaceIcon(iconEl, fileName, itemRow, provider, iconPack);
}

Expand Down

0 comments on commit 3899d19

Please sign in to comment.