Skip to content

Commit

Permalink
feat: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqiangai committed Nov 30, 2023
1 parent 487f34e commit 73c0225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fusion.v3.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ describe('full pipeline', () => {
isV3: true
});
const allRecords2 = await datasheet.records.query();
console.log(' see result', allRecords);
console.log(' see result2', allRecords2);
// console.log(' see result', allRecords);
// console.log(' see result2', allRecords2);
});

});

0 comments on commit 73c0225

Please sign in to comment.