chore: remove excessive logging
This commit is contained in:
@@ -69,8 +69,6 @@ export class ContractHandlerApi<State> implements HandlerApi<State> {
|
||||
// see https://github.com/ArweaveTeam/SmartWeave/pull/92 for more details
|
||||
const handlerResult = deepCopy(await Promise.race([timeoutPromise, handler(stateCopy, interaction)]));
|
||||
|
||||
this.logger.debug('handlerResult', handlerResult);
|
||||
|
||||
if (handlerResult && (handlerResult.state || handlerResult.result)) {
|
||||
return {
|
||||
type: 'ok',
|
||||
|
||||
@@ -3,6 +3,7 @@ import { InteractionsLoader } from '../src/core/modules/InteractionsLoader';
|
||||
import { GQLEdgeInterface } from '../src/legacy/gqlResult';
|
||||
import * as fs from 'fs';
|
||||
import { LoggerFactory } from '../src';
|
||||
import { EvaluationOptions } from '../src/core/modules/StateEvaluator';
|
||||
|
||||
const brokenTransactions = [
|
||||
'3O5Nvfbj72BDJT2bDC5EUm6gmkManJADsn93vKzQISU',
|
||||
|
||||
Reference in New Issue
Block a user