Remove remainders of previous api work;

This commit is contained in:
Benjamin Bouvier 2016-07-16 19:33:56 +02:00
parent 4c9a1e381e
commit 9b0fcde3bd
1 changed files with 2 additions and 4 deletions

View File

@ -71,10 +71,8 @@ var handlers = {
var lastCommit = commits[0]; var lastCommit = commits[0];
shortenURL(lastCommit.url, function(shortUrl) { shortenURL(lastCommit.url, function(shortUrl) {
if (!err) { msg.push('last commit: ' + lastCommit.message + ' : ' + shortUrl);
msg.push('last commit: ' + lastCommit.message + ' : ' + shortUrl); say(msg);
say(msg);
}
}); });
} }
}, },