Skip to content

Commit c78bca2

Browse files
committed
remove console.log
1 parent 3fa4e77 commit c78bca2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/output.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ module.exports = function(data, dirPath){
1515

1616
fs.writeFile(reportFilePath, result, function(err) {
1717
if(err) throw new Error(err);
18-
console.log("saved at " + reportFilePath);
1918
});
2019

21-
}
20+
}

0 commit comments

Comments
 (0)