further work on ziplines

This commit is contained in:
Michael Q Larson
2015-03-21 22:49:31 -07:00
parent 91edf73965
commit f2f8d93f9f
3 changed files with 10 additions and 664 deletions

View File

@ -349,7 +349,6 @@ module.exports = {
return process.env.NODE_ENV;
},
getURLTitle: function(url, callback) {
debug('got url in meta scraping function', url);
(function () {
var result = {title: '', image: '', url: '', description: ''};
request(url, function (error, response, body) {