@hubspot/cli 7.4.7-experimental.0 → 7.4.8-experimental.0

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.
@@ -140,7 +140,6 @@ async function ensureProjectExists(accountId, projectName, { forceCreate = false
140
140
  return { projectExists: !!project, project };
141
141
  }
142
142
  catch (err) {
143
- logger_1.logger.log(err);
144
143
  if ((0, index_1.isSpecifiedError)(err, { statusCode: 404 })) {
145
144
  let shouldCreateProject = forceCreate;
146
145
  if (allowCreate && !shouldCreateProject) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/cli",
3
- "version": "7.4.7-experimental.0",
3
+ "version": "7.4.8-experimental.0",
4
4
  "description": "The official CLI for developing on HubSpot",
5
5
  "license": "Apache-2.0",
6
6
  "repository": "https://github.com/HubSpot/hubspot-cli",