Skip to content

Commit

Permalink
Removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
theajr committed Oct 23, 2019
1 parent ddd4c1d commit 86d3d93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/configurator/project-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export function generateParcelProject(features, name, getNodeVersionPromise) {
}

export function generateRollupProject(features, name, getNodeVersionPromise) {
// console.log('heree');
const additionalFilesMap = createAdditionalFilesMap(rollupConfig, features);
const newBabelConfig = createBabelConfig(features);
const projectName = name || getDefaultProjectName('empty-project', features);
Expand All @@ -123,7 +122,6 @@ export function generateRollupProject(features, name, getNodeVersionPromise) {
getNodeVersionPromise,
features
).then(packageJson => {
// console.log(packageJson);
fileMap['package.json'] = JSON.stringify(packageJson, null, 2);
return fileMap;
});
Expand Down

0 comments on commit 86d3d93

Please sign in to comment.