mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01: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 */
|
||||
if(data.result.groups[0].is_default == "true") {
|
||||
console.log('here: ' +id);
|
||||
setupDefaultActions(data.result.groups[0].id, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user