Skip to content

Commit 5716e97

Browse files
committed
Update example/convenience-commit.js
1 parent 6a9cea6 commit 5716e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/convenience-commit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git.repo( '../.git', function( err, repo ) {
88

99
var history = commit.history();
1010
history.on( 'commit', function() {
11-
console.log(arguments);
11+
// console.log(arguments);
1212
});
1313

1414
history.on( 'end', function( commits ) {

0 commit comments

Comments
 (0)