Skip to content

Commit 48c692a

Browse files
committed
remove comment
1 parent ff86394 commit 48c692a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

demos/deploySolution/src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@ function go(
168168
const dontCreateSolutionItem = htmlUtil.getHTMLChecked("dontCreateSolutionItem");
169169

170170
// Custom Params
171-
// The textarea contents are parsed and assigned to `templateDictionary.params`
172-
// (see deploy-solution-main.ts). To exercise a buildSolution payload, wrap it
173-
// as `{ "buildSolution": {...} }` so templates can reference
174-
// `{{params.buildSolution.items.<id>.title}}` etc.
175171
const customParams = htmlUtil.getHTMLValue("customParams");
176172

177173
// If no Solution Id was entered, fall back to buildSolution.solution.item.id

0 commit comments

Comments
 (0)