Remove debug

This commit is contained in:
terakilobyte
2015-05-31 18:45:51 -04:00
parent 1fca589805
commit 85e907478d

View File

@ -346,8 +346,6 @@ exports.storySubmission = function(req, res, next) {
// if duplicate storyLink add unique number
storyLink = (storyCount === 0) ? storyLink : storyLink + ' ' + storyCount;
debug(storyLink);
var link = data.link;
if (link.search(/^https?:\/\//g) === -1) {
link = 'http://' + link;