Skip to content

Commit

Permalink
refactor: remove debug console logs from DRepDirectoryPage
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Jan 8, 2025
1 parent 9a2e7fc commit fb3a509
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ export default class DRepDirectoryPage {
convertDRepToCIP129(dRep.drepId)
);

console.log(cip129DRepListApi);
console.log(cip129DRepListFE);

for (let i = 0; i <= cip105DRepListFE.length - 1; i++) {
await expect(cip105DRepListFE[i]).toHaveText(dRepList[i].view);
await expect(cip129DRepListFE[i]).toHaveText(
Expand Down

0 comments on commit fb3a509

Please sign in to comment.