Skip to content

Commit

Permalink
chore: Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Aug 1, 2023
1 parent 3b3244d commit 1e4313d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runner/src/indexer/indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export default class Indexer {
await this.writeLog(functionName, blockHeight, 'Error running IndexerFunction', error.message);
throw e;
}
console.log({ mutationsReturnValue });

if (!options.imperative) {
console.log(`Function ${functionName} returned`, mutationsReturnValue); // debug output
Expand Down

0 comments on commit 1e4313d

Please sign in to comment.