Remove console.log that was left behind
This commit is contained in:
committed by
GitHub
parent
44bd3dec9a
commit
b67c06a85a
@@ -139,8 +139,6 @@
|
||||
}
|
||||
|
||||
function setNodePublishStatus(node) {
|
||||
|
||||
console.log(node);
|
||||
// deleted node
|
||||
if(node.trashed === true) {
|
||||
scope.publishStatus.label = localizationService.localize("general_deleted");
|
||||
|
||||
Reference in New Issue
Block a user