Skip to content

Commit

Permalink
chore(build): remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Apr 10, 2014
1 parent fb21944 commit 2ba381b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ var twitter = require('gulp-twitter');
var uglify = require('gulp-uglify');
var gutil = require('gulp-util');

gutil.log = function(){};

var banner = _.template(buildConfig.banner, { pkg: pkg });

var IS_RELEASE_BUILD = !!argv.release;
Expand Down Expand Up @@ -74,7 +72,6 @@ gulp.task('changelog', function(done) {
var subtitle = argv.subtitle || '"' + pkg.codename + '"';
var toHtml = !!argv.html;
var dest = argv.dest || 'CHANGELOG.md';
console.log(JSON.stringify(argv, null, 2));
changelog({
repository: 'https://github.com/driftyco/ionic',
version: pkg.version,
Expand Down

0 comments on commit 2ba381b

Please sign in to comment.