Skip to content

Commit

Permalink
chore(postal-service.proposal): punt trace()
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 5, 2024
1 parent d485885 commit 941d54d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contract/src/postal-service.proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
import { E } from '@endo/far';
import { fixHub } from './fixHub.js';

const trace = (...args) => console.log('start-postalService', ...args);

const { Fail } = assert;

/**
Expand Down Expand Up @@ -71,7 +69,7 @@ export const startPostalService = async (powers, config) => {
});
produceInstance.resolve(instance);

trace('postalService started');
console.log('postalService started');
};

export const manifest = /** @type {const} */ ({
Expand Down

0 comments on commit 941d54d

Please sign in to comment.