mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
related to #1362 removing console.log
This commit is contained in:
@@ -445,7 +445,6 @@ var duplicateAction = function(id) {
|
|||||||
|
|
||||||
/* data.result.groups[0].is_default is a string */
|
/* data.result.groups[0].is_default is a string */
|
||||||
if(data.result.groups[0].is_default == "true") {
|
if(data.result.groups[0].is_default == "true") {
|
||||||
console.log('here: ' +id);
|
|
||||||
setupDefaultActions(data.result.groups[0].id, true);
|
setupDefaultActions(data.result.groups[0].id, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user