We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3023863 commit 101195aCopy full SHA for 101195a
1 file changed
lib/repo.js
@@ -18,7 +18,6 @@ exports.repo = function(dir, async) {
18
// TODO: Make this eventually
19
// this.repo.openSync(path.resolve(dir)
20
//this.repo.open(path.resolve(dir)
21
- console.log(dir);
22
self.repo.open(dir);
23
}
24
0 commit comments