Skip to content

Commit c60f2dc

Browse files
committed
Update github.js
1 parent 8405f05 commit c60f2dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

github.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@
205205
]
206206
};
207207
_request("POST", repoPath + "/git/trees", data, function(err, res) {
208-
console.log('RES', res, "ERR", err);
209208
if (err) return cb(err);
210209
cb(null, res.sha);
211210
});

0 commit comments

Comments
 (0)