diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-27 17:12:07 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-27 17:12:07 +0200 |
| commit | 1e08d36c4c02596b4fc233544db1a4be2cff1ae2 (patch) | |
| tree | eee9da1ffdf61f509b8b849d90f75060aaf2eb28 /public/assets/js/lib/views | |
| parent | 8b1f460bf7d4291e70ddaeff9f4e8e8174808ba7 (diff) | |
filtering pics that might be in a comment
Diffstat (limited to 'public/assets/js/lib/views')
| -rw-r--r-- | public/assets/js/lib/views/stream/hootstream.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/stream/hootstream.js b/public/assets/js/lib/views/stream/hootstream.js index 628d59c..4d64cf6 100644 --- a/public/assets/js/lib/views/stream/hootstream.js +++ b/public/assets/js/lib/views/stream/hootstream.js @@ -261,7 +261,7 @@ var HootStream = View.extend({ ) .map(([image]) => image); - console.log(filteredImages); + // console.log(filteredImages); // console.log(thread); return [ |
