Skip to content

Commit

Permalink
chore: remove debug logging from init-orca.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovonni committed Sep 26, 2024
1 parent e544c57 commit c819237
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions contract/test/builder/init-orca.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@ const runCommand = command => {

/** @type {import('@agoric/deploy-script-support/src/externalTypes.js').CoreEvalBuilder} */
export const defaultProposalBuilder = async ({ publishRef, install }) => {
try {
const whoamiOutput = await runCommand('whoami');
console.log('Whoami Output:', whoamiOutput);

const lsOutput = await runCommand('ls');
console.log('LS Output:', lsOutput);

const pwdOutput = await runCommand('pwd');
console.log('PWD Output:', pwdOutput);
} catch (error) {
console.error('Command execution error:', error);
}

return harden({
sourceSpec: '../../src/orca.proposal.js',
getManifestCall: [
Expand Down

0 comments on commit c819237

Please sign in to comment.