File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ async function getVersionFromManifest(definitionId) {
116116// Loads manifest.json and adds it to config
117117async function loadDefinitionManifest ( manifestPath , definitionId ) {
118118 const buildJson = await jsonc . read ( manifestPath ) ;
119- console . log ( `loading manifest for ${ definitionId } ` )
120119 if ( buildJson . variants ) {
121120 config . definitionVariants [ definitionId ] = buildJson . variants ;
122121 }
@@ -127,8 +126,6 @@ async function loadDefinitionManifest(manifestPath, definitionId) {
127126 config . definitionDependencies [ definitionId ] = buildJson . dependencies ;
128127 }
129128 if ( buildJson . version ) {
130- console . log ( `version is ${ buildJson . version } ` )
131-
132129 config . definitionVersions [ definitionId ] = buildJson . version ;
133130 }
134131}
You can’t perform that action at this time.
0 commit comments