Skip to content

Commit

Permalink
downgrade a log
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 26, 2024
1 parent 25e7cc6 commit 11b2147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/worker-api/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export class Worker implements IWorkerBase {
} else if (directRequestStatus.isOk) {
resolve({topHash, status: undefined});
} else if (directRequestStatus.isTrustedOperationStatus) {
console.log(`TrustedOperationStatus: ${directRequestStatus}`);
console.debug(`TrustedOperationStatus: ${directRequestStatus}`);
const status = directRequestStatus.asTrustedOperationStatus;

if (status.isInvalid || status.isUsurped || status.isDropped) {
Expand Down

0 comments on commit 11b2147

Please sign in to comment.