related to #1362 removing console.log

This commit is contained in:
Matthieu Leproux
2021-05-12 12:04:17 +02:00
parent 4156702b51
commit 66a2d546e8

View File

@@ -445,7 +445,6 @@ var duplicateAction = function(id) {
/* data.result.groups[0].is_default is a string */
if(data.result.groups[0].is_default == "true") {
console.log('here: ' +id);
setupDefaultActions(data.result.groups[0].id, true);
}
}