Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Sep 17, 2011
1 parent 3023863 commit 101195a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/repo.js
Expand Up @@ -18,7 +18,6 @@ exports.repo = function(dir, async) {
// TODO: Make this eventually
// this.repo.openSync(path.resolve(dir)
//this.repo.open(path.resolve(dir)
console.log(dir);
self.repo.open(dir);
}

Expand Down

0 comments on commit 101195a

Please sign in to comment.