diff --git a/controllers/story.js b/controllers/story.js index 4911409861..a828f70d05 100755 --- a/controllers/story.js +++ b/controllers/story.js @@ -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;