Skip to content

Commit

Permalink
Remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
Spenhouet committed Oct 26, 2024
1 parent 43dcf7e commit 9ebb1ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entities/circle/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export default class Adapter implements bcked.entity.Adapter {
});

const dateText = $("p:contains('As of')").next().text().trim();
console.log("Test");
const canvasElement = $("#usdc_chartjs_canvas")[0] as cheerio.TagElement | undefined;
const cashText = canvasElement?.attribs["data-usdc-cash"];

Expand Down

0 comments on commit 9ebb1ce

Please sign in to comment.