[Fun] Issue #202 -- more fun when finishing!

This commit is contained in:
Peter Cottle 2014-08-19 19:26:05 -07:00
parent 7194d5c277
commit bf6a84dd1d
4 changed files with 78 additions and 3 deletions

View file

@ -772,7 +772,6 @@ GitEngine.prototype.printBranches = function(branches) {
GitEngine.prototype.printTags = function(tags) {
var result = '';
_.each(tags, function(tag) {
console.log(tag);
result += tag.id + '\n';
});
throw new CommandResult({