Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Nov 15, 2024
1 parent a2ea87f commit 95206d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/drift/src/adapter/MockAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ export class MockAdapter implements ReadWriteAdapter {
>(
params: AdapterWriteParams<TAbi, TFunctionName>,
) => {
console.log("THIS", this);
const writePromise = Promise.resolve(
this.stubs.get<[AdapterWriteParams<TAbi, TFunctionName>], Promise<Hash>>({
method: "write",
Expand Down

0 comments on commit 95206d0

Please sign in to comment.