diff --git a/public_html/js/Presenters/PostUploadPresenter.js b/public_html/js/Presenters/PostUploadPresenter.js index 04ec70e5..5b0d93a0 100644 --- a/public_html/js/Presenters/PostUploadPresenter.js +++ b/public_html/js/Presenters/PostUploadPresenter.js @@ -442,7 +442,6 @@ App.Presenters.PostUploadPresenter = function( function setPostsSource(posts, newSource) { _.each(posts, function(post) { var maxSourceLength = 200; - console.log(newSource); if (newSource.length > maxSourceLength) { newSource = newSource.substring(0, maxSourceLength - 5) + '(...)'; }