Skip to content

Commit

Permalink
chore(mu): remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceJuliano committed Dec 21, 2023
1 parent 4cdf882 commit 9e95d34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions servers/mu/src/domain/lib/processSpawn/build-success-tx.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const ctxSchema = z.object({

export function buildSuccessTxWith ({ buildAndSign, logger }) {
return (ctx) => {
console.log('ddddddddddd')
console.log(ctx)
const tags = [
{ name: 'Data-Protocol', value: 'ao' },
{ name: 'Type', value: 'Message' },
Expand Down
1 change: 0 additions & 1 deletion servers/mu/src/domain/lib/processSpawn/spawn-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export function spawnProcessWith (env) {
return of(ctx.cachedSpawn.processId)
.chain(locateProcess)
.chain((schedulerResult) => {
console.log('p1')
transformedData.tags.push({ name: 'Scheduler', value: schedulerResult.address })
return of(transformedData.tags)
.chain(findModuleTag) // just needs to throw an error if not there
Expand Down

0 comments on commit 9e95d34

Please sign in to comment.