Skip to content

Commit

Permalink
fix(snap): remove snap debugging (#4589)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-james-watson authored and develar committed Jan 16, 2020
1 parent a23e3d2 commit 0ca2ccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app-builder-lib/src/targets/snap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ export default class SnapTarget extends Target {
return
}

console.log(JSON.stringify(snap, null, 2))
await outputFile(path.join(snapMetaDir, this.isUseTemplateApp ? "snap.yaml" : "snapcraft.yaml"), serializeToYaml(snap))

const hooksDir = await packager.getResource(options.hooks, "snap-hooks")
Expand Down

0 comments on commit 0ca2ccc

Please sign in to comment.