Skip to content

Commit

Permalink
fix(contributor-workflow): remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-royal authored and Geoff Pleiss committed Jun 23, 2015
1 parent a58e321 commit 8b07548
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/vendor-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gulp.task('vendor-package', ['css-build', 'react-build'], (callback) => {
const {type: componentType, component: componentName, dest} = argv;

function useVendoredPackageInProject() {
console.log('hi');
const originalDirectory = process.cwd();
process.chdir(dest);

Expand Down

0 comments on commit 8b07548

Please sign in to comment.