Skip to content

Commit f2c48b2

Browse files
committed
v7.3.2
1 parent e1399af commit f2c48b2

File tree

7 files changed

+3
-9
lines changed

7 files changed

+3
-9
lines changed

dist/build.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/build.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/producer/local.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/producer/local.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voxgig/model",
3-
"version": "7.3.1",
3+
"version": "7.3.2",
44
"main": "dist/model.js",
55
"type": "commonjs",
66
"types": "dist/model.d.ts",

src/build.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ class BuildImpl implements Build {
166166
this.opts.fs = this.fs
167167
this.model = this.aontu.generate(src, this.opts)
168168

169-
// console.dir(this.model, { depth: null })
170-
// console.log(this.errs, this.deps)
171169
hasErr = this.opts.errs && 0 < this.opts.errs.length
172170
}
173171

src/producer/local.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import type { Build, Producer, BuildContext, ProducerResult } from '../types'
66

77
// Runs any producers local to the repo.
88
const local_producer: Producer = async (build: Build, ctx: BuildContext) => {
9-
console.log('LOCAL', 'ctx:' + ctx.step)
109

1110
ctx.state.local = (ctx.state.local || {})
1211
let actionDefs = ctx.state.local.actionDefs

0 commit comments

Comments
 (0)