mirror of
https://github.com/flarum/core.git
synced 2025-08-11 10:55:47 +02:00
Remove stray console.log
This commit is contained in:
committed by
Franz Liedke
parent
63e07b2044
commit
d097e7ed4b
@@ -9,8 +9,6 @@ function withoutUnnecessarySeparators(items) {
|
||||
const newItems = [];
|
||||
let prevItem;
|
||||
|
||||
console.log(items);
|
||||
|
||||
items.forEach((item, i) => {
|
||||
if (!isSeparator(item) || (prevItem && !isSeparator(prevItem) && i !== items.length - 1)) {
|
||||
prevItem = item;
|
||||
|
Reference in New Issue
Block a user