1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

remove debug info

This commit is contained in:
Du Peng 2020-02-10 11:53:20 +01:00
parent 427725f927
commit d9676b604c

View File

@ -750,7 +750,6 @@ Application.Controllers.controller('CreateEventModalController', ['$scope', '$ui
}
const localizedList = function (items) {
console.log(items)
if (items.length === 0) return `<span class="text-gray text-italic">${_t("app.admin.calendar.none")}</span>`;
const names = items.map(function (i) { return $sce.trustAsHtml(`<strong>${i.name}</strong>`); });