cob-cli 2.39.2 → 2.39.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -205,7 +205,6 @@ function copyAndMerge(customizationRepoName, source, substitutions = {}) {
205
205
  transform(read, write) {
206
206
  const replaceVarsTransformFunction = new Transform({
207
207
  transform: (chunk, encoding, done) => {
208
- if(chunk.toString().indexOf("_log.css") > 0) console.log(chunk.toString())
209
208
  if(/\ufffd/.test(chunk) === true) {
210
209
  // If chunk is binary don't change anything
211
210
  done(null, chunk)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cob-cli",
3
- "version": "2.39.2",
3
+ "version": "2.39.3",
4
4
  "description": "A command line utility to help Cult of Bits partners develop with higher speed and reusing common code and best practices.",
5
5
  "preferGlobal": true,
6
6
  "repository": {