Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Removes console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lejoe committed Nov 11, 2015
1 parent c84dd63 commit e62d22c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gulp/utils/tasksHelpers.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
'use strict';

function TaskHelpers(gulp, config) {
console.log(config);
if (this instanceof TaskHelpers === false){
return new TaskHelpers(gulp, config);
}

this.getTask = function getTask (task) {
console.log(this.config);
return require('../tasks/' + task)(this.gulp, this.$, this.config);
};

Expand Down

0 comments on commit e62d22c

Please sign in to comment.