Fix adding pools and remove debug

This commit is contained in:
Misode
2019-09-23 01:45:10 +02:00
parent 9eb54b3f15
commit debe98d0c4
3 changed files with 1 additions and 9 deletions

View File

@@ -154,7 +154,6 @@ function generateSet(data, struct) {
$el.find('.dropdown-menu').append($item);
}
if (data) {
console.log(data);
let $setContainer = $('<div/>');
for (let option of data) {
let $item = $('<button type="button" onclick="removeFromSet(this, \'' + struct.id + '\')" />').addClass('btn btn-outline-danger bg-light btn-sm mr-2 mt-2');