- Remove unnecessary log prints.

- Download and create all required files.
- Generate technical repo files.
#Create Block from registry.
This commit is contained in:
2022-10-04 18:13:39 +03:00
parent ee197d24c4
commit e184c3483a
-2
View File
@@ -244,8 +244,6 @@ async function getBlockConfigs(jsonFileName = 'default') {
}) })
}); });
console.log(data)
return data; return data;
} }