Removed console.log statement

pull/1/head
Piero Toffanin 2016-11-07 13:59:07 -05:00
rodzic 41b0d3cb6a
commit baef4f817e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -139,7 +139,7 @@ module.exports = class Task{
// Invalid
return false;
}
console.log(path.join(this.getProjectFolderPath(), filename))
return path.join(this.getProjectFolderPath(), filename);
}