Skip to content

Commit 1ba62f3

Browse files
committed
Removed console.log
1 parent 499ffa0 commit 1ba62f3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ <h4>use</h4>
145145

146146
// Iterate over the revision history.
147147
branch.tree(function(error, tree) {
148-
console.log(tree);
149148
if (error) throw error;
150149
tree.walk().on(&#39;entry&#39;, function(error, entry) {
151150
entry.name(function(error, name) {

index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ A collection of non-blocking Node.js libgit2 bindings, raw api, convenience api,
8080

8181
// Iterate over the revision history.
8282
branch.tree(function(error, tree) {
83-
console.log(tree);
8483
if (error) throw error;
8584
tree.walk().on('entry', function(error, entry) {
8685
entry.name(function(error, name) {

0 commit comments

Comments
 (0)