Skip to content

Commit

Permalink
test: remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 4, 2024
1 parent 7401230 commit fbbb7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cross.auto_refresh.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ addTestCases((name, transferMethod, setupFunc, setupArgs = []) => {
let v3AccessTokenSupported;

function setup(config = {}) {
page.on("console", c => console.log(c.text()));
// page.on("console", c => console.log(c.text()));
return page.evaluate(
setupFunc,
{
Expand Down

0 comments on commit fbbb7fd

Please sign in to comment.