mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Removed dangling console.log
This commit is contained in:
@ -442,7 +442,6 @@ App.Presenters.PostUploadPresenter = function(
|
|||||||
function setPostsSource(posts, newSource) {
|
function setPostsSource(posts, newSource) {
|
||||||
_.each(posts, function(post) {
|
_.each(posts, function(post) {
|
||||||
var maxSourceLength = 200;
|
var maxSourceLength = 200;
|
||||||
console.log(newSource);
|
|
||||||
if (newSource.length > maxSourceLength) {
|
if (newSource.length > maxSourceLength) {
|
||||||
newSource = newSource.substring(0, maxSourceLength - 5) + '(...)';
|
newSource = newSource.substring(0, maxSourceLength - 5) + '(...)';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user